Listing Thumbnail

    dbt Platform

     Info
    Sold by: dbt Labs 
    Deployed on AWS
    dbt Platform is a hosted service that helps data analysts and engineers product-ionize dbt deployments. It comes equipped with turnkey support for scheduling jobs, CI/CD, serving documentation, monitoring & alerting, and an Integrated Developer Environment (IDE).
    4.7

    Overview

    Play video

    dbt is an open source data transformation tool that allows anyone comfortable with SQL to author their own data pipelines. dbt Platform provides a stable, professional grade environment for building and orchestrating dbt projects. It's the fastest and most reliable way to deploy dbt.

    Find out if dbt Platform works with your data base or data warehouse here: https://docs.getdbt.com/docs/available-adapters 

    Sign up for a free, 14-day trial here: https://www.getdbt.com/signup/ 

    Highlights

    • Save time with an IDE built for dbt, including a SQL Runner capable of running Jinja; and guided process to enforce version control best practices, even for users new to git
    • Set up custom schedules to run production jobs including incremental testing upon change or before deployment.
    • dbt Platform provides professional grade support and security for the enterprise (SOC2, Type II compliance, SSO, role-based access)

    Details

    Sold by

    Delivery method

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Pricing is based on the duration and terms of your contract with the vendor, and additional usage. You pay upfront or in installments according to your contract terms with the vendor. This entitles you to a specified quantity of use for the contract duration. Usage-based pricing is in effect for overages or additional usage not covered in the contract. These charges are applied on top of the contract price. If you choose not to renew or replace your contract before the contract end date, access to your entitlements will expire.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    12-month contract (1)

     Info
    Dimension
    Description
    Cost/12 months
    dbt Platform
    dbt Platform Plan: 10 Develop Licenses
    $48,000.00

    Additional usage costs (1)

     Info

    The following dimensions are not included in the contract terms, which will be charged based on your usage.

    Dimension
    Cost/unit
    Additional overages as defined in contract
    $0.01

    Vendor refund policy

    All fees are non-cancellable and non-refundable except as required by law.

    Custom pricing options

    Request a private offer to receive a custom quote.

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    Software as a Service (SaaS)

    SaaS delivers cloud-based software applications directly to customers over the internet. You can access these applications through a subscription model. You will pay recurring monthly usage fees through your AWS bill, while AWS handles deployment and infrastructure management, ensuring scalability, reliability, and seamless integration with other AWS services.

    Support

    Vendor support

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Product comparison

     Info
    Updated weekly
    By dbt Labs
    By Paradime Labs, Inc.
    By DataOps.live

    Accolades

     Info
    Top
    10
    In Data Analytics, ELT/ETL, Business Intelligence & Advanced Analytics
    Top
    100
    In Analytic Platforms
    Top
    50
    In Databases & Analytics Platforms, Data Analytics, Continuous Integration and Continuous Delivery

    Customer reviews

     Info
    Sentiment is AI generated from actual customer reviews on AWS and G2
    Reviews
    Functionality
    Ease of use
    Customer service
    Cost effectiveness
    0 reviews
    Insufficient data
    Insufficient data
    Insufficient data
    Insufficient data
    1 reviews
    Insufficient data
    Insufficient data
    Insufficient data
    Insufficient data
    Positive reviews
    Mixed reviews
    Negative reviews

    Overview

     Info
    AI generated from product descriptions
    Data Pipeline Transformation
    Open source SQL-based data transformation tool for building and orchestrating data pipelines
    Integrated Development Environment
    SQL Runner with Jinja support and version control workflow guidance
    Job Scheduling
    Custom scheduling capabilities for production jobs with incremental testing and deployment options
    Enterprise Security
    SOC2 Type II compliance with single sign-on and role-based access control mechanisms
    Deployment Orchestration
    Professional-grade environment for stable and reliable dbt project deployment and management
    AI-Powered Development Environment
    Integrated code IDE with native AI capabilities for data engineering and analytics development
    Pipeline Orchestration
    State-aware scheduling system for dbt and Python data pipelines with advanced monitoring capabilities
    Data Lineage Tracking
    Column-level lineage context and impact analysis for comprehensive data transformation workflows
    Multi-Platform Integration
    Supports seamless integration with data ingestion and visualization tools like Fivetran, Tableau, and PowerBI
    Performance Optimization
    AI-driven agents for continuous warehouse cost monitoring and operational efficiency
    Environment Management
    Automated Snowflake infrastructure management using configuration and code deployment
    Pipeline Orchestration
    End-to-end data pipeline construction and tool integration for data ingestion, modeling, and testing
    Continuous Integration/Deployment
    Comprehensive CI/CD capabilities for data engineering workflows with automated testing and code management
    Observability Framework
    Unified metadata collection and management providing comprehensive operational insights across data products
    Development Workflow
    Integrated development environment supporting Snowflake workload development, testing, debugging, validation, and execution

    Contract

     Info
    Standard contract

    Customer reviews

    Ratings and reviews

     Info
    4.7
    199 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    83%
    15%
    2%
    0%
    1%
    5 AWS reviews
    |
    194 external reviews
    External reviews are from G2 .
    Shubham-Agarwal

    Incremental data models have cut full refresh time and support trusted executive reporting

    Reviewed on Jan 22, 2026
    Review from a verified AWS customer

    What is our primary use case?

    I am currently working with dbt  and Snowflake  together. We use dbt  for data transformation purposes. We obtain the data and store the raw data directly into Snowflake , then perform all transformations using dbt to prepare the data for reporting purposes.

    We use dbt's modular SQL models. In dbt, we do not use full refresh or full data refresh. We have incremental strategies in place that only compute or transform incremental data, which operates in a CDC architecture. This approach is very fast, and we use it on a daily basis. We have scheduled all our dbt models using Airflow  to run according to the scheduled time.

    We use dbt's testing framework and the inbuilt functionality of dbt testing. For example, we use dbt's built-in tests to identify not null values and determine how many not null columns and values exist in each column. Beyond the built-in functionality, we have written custom SQL scripts to create external test cases on our models.

    We ensure that incorrect or incomplete data does not go into the reporting layer because it can impact the business. We always perform dbt tests on our landing or raw data to ensure the correctness and completeness of the data before loading it into the final reporting layer. These reports are used by higher management, so we ensure that incorrect data is not published into the reporting layer for the Power BI reports.

    We use dbt's documentation site generator. In dbt, we have YML file functionality, which can be used for creating documentation for each model. Whenever we make modifications to a model, we always update the YML file so we can track the history of how frequently we change the model. When new team members join, they can refer to this documentation to understand the data lineage and the data transformation strategy of the project.

    What is most valuable?

    dbt is very fast compared to the traditional tools. Previously, I worked on SSIS , which is provided by Microsoft, and data transformation took a considerable amount of time when dealing with large amounts of data. Since dbt works on the ELT architecture rather than the ETL architecture, it is much faster than traditional data transformation tools.

    Previously, we were using SSIS  packages, which were very slow. Recently we migrated all our SSIS packages to dbt models. After the migration, we moved the data from SQL Server  to Snowflake. Previously, our data pipeline took around two days to load complete data when performing a full refresh. Since we migrated from SSIS to dbt model architecture, it takes around four hours only to complete a full refresh. The client is now happy because our downtime was drastically reduced when we perform a complete refresh of the data.

    What needs improvement?

    I am not very familiar with dbt's version control system.

    I cannot identify any improvements in dbt because I am still exploring more functionality. I have been working with dbt for only three years, so I am exploring more functionalities and cannot see any limitations or improvement areas at this time.

    In the past, I used the seed functionality, which is used to load raw files, individual files, or static files into the database. Going forward, if dbt can improve or implement more features on the seed side, that would be beneficial, especially when we have large files available that take time to load the data into Snowflake database.

    For how long have I used the solution?

    I have been working with dbt for the last three years.

    What do I think about the stability of the solution?

    I have not experienced any crashes, performance issues, or anything regarding stability and reliability.

    What do I think about the scalability of the solution?

    I find dbt very scalable.

    How are customer service and support?

    The dbt support team is very responsive. Whenever we have any issues on the dbt side, we always reach out to them. We did not face any challenges in the initial setup. I would rate the technical support a nine out of ten.

    How would you rate customer service and support?

    Positive

    Which solution did I use previously and why did I switch?

    Previously, we were using SSIS packages, which were very slow. Recently we migrated all our SSIS packages to dbt models. After the migration, we moved the data from SQL Server  to Snowflake. Previously, our data pipeline took around two days to load complete data when performing a full refresh. Since we migrated from SSIS to dbt model architecture, it takes around four hours only to complete a full refresh. The client is now happy because our downtime was drastically reduced when we perform a complete refresh of the data.

    The main reason we decided to switch to dbt is performance. As mentioned earlier, every quarter we perform a full refresh, and that refresh took considerable time on SQL Server. Since we had to migrate because our data is very large and growing daily, we adopted dbt because Snowflake is very fast. In Snowflake, the storage layer and the computation layer are separate, which is not present in the SQL Server traditional database. That is why we moved from SQL Server to Snowflake and from SSIS to dbt.

    How was the initial setup?

    We evaluated Databricks  as well, but ultimately the client wanted to adopt Snowflake and dbt technologies only.

    What about the implementation team?

    We took help from Snowflake directly, the Snowflake company, for the Snowflake side. The dbt side is maintained or set up by our infrastructure team.

    What was our ROI?

    Since we migrated from SSIS to dbt model architecture, it takes around four hours only to complete a full refresh. The client is now happy because our downtime was drastically reduced when we perform a complete refresh of the data.

    What's my experience with pricing, setup cost, and licensing?

    The pricing, setup cost, and licensing cost are managed by our infrastructure teams. As data engineers, we are not familiar with these details.

    I need to check with my infrastructure team on whether we purchased dbt through the AWS Marketplace  or directly from the local vendor.

    Which other solutions did I evaluate?

    Since dbt has a license cost, if a company is small and does not have much budget, they can explore other tools because there are other tools that provide the same functionality at a lower cost. If an organization is small, they can explore other products as well.

    What other advice do I have?

    I am currently working with Power BI, Tableau, Python, Databricks , Snowflake, and PySpark in the current project. I would rate my overall experience with dbt a nine out of ten.

    Which deployment model are you using for this solution?

    Public Cloud

    If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

    Duvan Dario D.

    Good performance in BigQuery, but the focus on monetization disappoints

    Reviewed on Jan 06, 2026
    Review provided by G2
    What do you like best about the product?
    dbt core for data transformations on BigQuery
    What do you dislike about the product?
    The change in the business model to focus on monetization has been notable.
    What problems is the product solving and how is that benefiting you?
    Generate data in a structured manner and with version control in ETLs is easy using SQL. This tool facilitates the handling and organization of information during the extraction, transformation, and loading processes.
    Jay P.

    Effortless Data Transformation with Easy Setup and Integration

    Reviewed on Dec 26, 2025
    Review provided by G2
    What do you like best about the product?
    DBT is a data building tool that is very easy to setup, to use and we are using it every day for our data transformation. It is very easy to integrate and leverage the tool with lots for features.
    What do you dislike about the product?
    Sometimes, it experiences server downtime.
    What problems is the product solving and how is that benefiting you?
    DBT is solving where our business analyst has data spread out in many different tables in our warehouse. Using DBT, I made datamart where I gathered all that information together so our BAs can get all the information they need from one single table.
    Josh K.

    Structured data workflows made effortless with dbt

    Reviewed on Dec 22, 2025
    Review provided by G2
    What do you like best about the product?
    The largest benefit of dbt to me is that it provides structure to data work. I use it regularly with the BigQuery and version control tools. The integration is comfortable and teamwork is facilitated. It did not add any delay during implementation and the feature set enables one to reuse logic rather than rewriting it. It has minimized the number of errors and saved me time on the review and updates.
    What do you dislike about the product?
    The negative side about dbt is that it becomes rigid when projects expand. Minor modifications in some cases need more readjustments than anticipated, and this makes me slow down. The problems of debugging failures are not always evident, particularly to more novice team members and this has an impact on the speed of delivery. Clean source data is also used in implementation and hence when inputs are messy, it only adds more workload rather than making it easy.
    What problems is the product solving and how is that benefiting you?
    Before using dbt, our changes were far between and difficult to handle. At this point, all things go in the same way, which is advantageous to the entire team. The coordination between systems was eliminated through integration and implementation provided a sense of ownership. I can perceive fewer errors, more harmonious work, and a higher level of trust in products. It has made daily work less stressful and less value building oriented.
    Mohamed A.

    Reliable Data Automation and Trustworthy KPIs

    Reviewed on Dec 15, 2025
    Review provided by G2
    What do you like best about the product?
    What I appreciated most about DBT was its capability to automate the creation of form data models, allowing me to trust the data. I felt confident that the KPIs displayed were accurate, thanks to transformation logic that had been thoroughly tested and addressed, which I found particularly valuable.
    What do you dislike about the product?
    The learning curve could be smoother, and the user interface would benefit from some enhancements.
    What problems is the product solving and how is that benefiting you?
    My priority is to ensure that the strategic decisions I make are grounded in reliable and consistent data. DBT enables this by providing a column that transforms data into clear metrics, eliminating any mistrust in the data. This is achieved without requiring its own visualization, allowing the focus to remain on the quality of the data model. As a result, the agility and speed of reporting are significantly improved.
    View all reviews