dbt Platform
dbt LabsExternal reviews
185 reviews
from
External reviews are not included in the AWS star rating for the product.
Streamlined Development and Reliable Data with Effortless DBT Orchestration
What do you like best about the product?
What I appreciated most was the elimination of duplicated code that used to be spread across various scripts. This change has significantly enhanced data reliability and now lets me implement business logic directly in pure SQL. I also value how much it accelerates development, and I find the orchestration and deployment with DBT to be exceptionally straightforward.
What do you dislike about the product?
I found the project management aspect challenging when dealing with hundreds of models, as the interface can at times be quite complicated.
What problems is the product solving and how is that benefiting you?
This tool has addressed our primary needs during the data transformation phase, enhancing data reliability and making development more efficient. It also acts as a central resource, ensuring that all teams use the same data management functions, even though it does have some shortcomings. Overall, DBT performs exceptionally well.
Efficient Data Management with Room for Documentation Improvement
What do you like best about the product?
I appreciate dbt for its secure practices in software engineering which I find crucial, particularly in ensuring integrity through data lineage, which plays a significant role in our security framework. The versatile templating system effectively enhances our data modularity, which amplifies the efficiency of our data processes. The intuitive templating also significantly improves the user experience by making our boards more operationally efficient.
What do you dislike about the product?
I wish the error messages were clearer. Sometimes, it's hard to identify the root of issues based on the current messages. Additionally, the documentation could be more beginner-friendly, as new users might find it challenging to navigate and understand.
What problems is the product solving and how is that benefiting you?
dbt resolves inconsistent data issues, making models easy to maintain. The templating boosts efficiency and data lineage ensures quality and security.
dbt keeps our data models clean, consistent and version controlled
What do you like best about the product?
I use dbt every day to transform raw data in our warehouse into clean, analytics ready tables and my workflow typically begins in VS Code, where I write sql models, then push them to Git for version control and run them through dbt Cloud. And overall it has also made collaboration between our team members much easier because dbt makes the whole process much more simpler.
What do you dislike about the product?
It's challenging when one change throws an entire run off track and the error messages are at best, vague. I also feel the need to defend is the handiwork of my contributor to dbt cloud. I have also encountered the overly relaxed strucure and the resulting chaotic command and environment specific configurations.
What problems is the product solving and how is that benefiting you?
I can onboard people more easily, which has dramatically increased the usage of my warehouse and decreased my reliance on fragile, one off sql scripts and we have a whole team of analysts, engineers, and product working to have the same versioned models just building and ready for use.
Powerful Features and Git Integration, but Error Messages Need Improvement
What do you like best about the product?
DBT provides valuable features for rapid software development, and what I appreciate most is its seamless integration with Git. Its modular design, which includes the ability to build reusable models, conduct code reviews, and generate automatic documentation, is excellent. Additionally, I am impressed by its capability to define and run quality tests, which further enhances the development process.
What do you dislike about the product?
When a DBT run fails, the error messages displayed in the terminal are quite generic. I find this frustrating because it means I have to spend extra time searching through the logs to figure out what went wrong.
What problems is the product solving and how is that benefiting you?
It solves many problems, especially in terms of data trust, and improves integration, The method runs seamlessly and speeds up processes. We went from hundreds of disorganized scripts to a logical and maintainable pipeline structure.
dbt helps put our data pipelines in order and clear our perspective
What do you like best about the product?
I use dbt daily to handle and transform data models in our warehouse. And it has also become the backbone of our analytics workflow and version controlled, transparent and a breeze to debug. I particularly appreciate how easy it is to modularize sql transformations and to document everything inline so the team knows Why each model does what it does and where this data came from.
What do you dislike about the product?
It can be a bit confusing to set up environment configurations especially when you are working on more than one project or warehouse. As your models grow and that framework layer deepens, your build time can start to slow down and it’s not always simple to identify the bottleneck. Also testing unconventional macros feels a little clumsy compared to writing tests for linear models.
What problems is the product solving and how is that benefiting you?
dbt has brought a level of structure and consistency to the way we transform our data and we no longer have ad hoc sql scripts swimming around. It enables me to catch logic errors in the early stage, ensure data quality through testing and give stakeholders trustable reports. In the end we were able to achieve a better collaboration between our data engineers and analyst and gained much more confidence in our data pipeline.
Transforms SQL with Engineering Principles, But Steep Learning Curve
What do you like best about the product?
I really appreciate how DBT brings software engineering principles to SQL, transforming our SQL into a dependable data model. This helps resolve reporting errors that would otherwise consume a significant amount of our IT team's time.
What do you dislike about the product?
I didt really like that it requires mastering concepts like Jinja and Git.
What problems is the product solving and how is that benefiting you?
By centralizing data transformation logic and raising it to a higher level, this tool becomes essential for any IT team managing a data warehouse. It enables teams to move beyond just generating information, allowing them to create scalable, high-quality data products.
Makes Transforming and Managing Data Models Way More Manageable
What do you like best about the product?
Thanks to dbt, I no longer have to depend on the engineering team to manage and transform the SQL data within our warehouse. It is the first step for me in organizing, testing, and documenting the entirety of our data models. I appreciate that all of this information is in one place in version control. I can track all changes made and the details surrounding each one.
What do you dislike about the product?
Troubleshooting complex dependencies and build errors can be a daunting task. There are occasions when a model fails and it is unclear which upstream change might be the cause. While the documentation is really good, I have found digging into a Stack Overflow or Slack thread to be the answer for some of the more obscure problems. I also find the visualization of lineage in dbt Cloud to be cumbersome.
What problems is the product solving and how is that benefiting you?
Data transformations are far more efficient now with dbt. I no longer need to create custom scripts or deal with disorganized SQL in dashboards, as I can now have a single layer that is testable and maintained for all my transformations. It is quick and dependable to run models in dbt Cloud, which assures me that the data is consistent and current for our business teams.
If its worth it, a data transformer with amazing features
What do you like best about the product?
I appreciate how this tool brings software engineering principles to our data collection process, making it more scalable, auditable, and reliable. I also really enjoy the ability to write straightforward tests that execute automatically.
What do you dislike about the product?
At times, handling very complex transformations or preprocessing tasks requires the use of more advanced Python packages, which means I often need to rely on external solutions.
What problems is the product solving and how is that benefiting you?
At this stage, we are able to use it to reliably scale our business metrics, which provides us with greater speed and is transforming our data stack due to its robust operations and data preparation features. Integration with DBT is seamless, making the entire process smooth.
dbt has become the backbone of my daily data workflows.
What do you like best about the product?
Every day I use dbt to convert raw data for it to be ready for analysis and I especially appreciate that it all involves only SQL and version control—no more messy scripts I like the feeling of writing simple queries and, at the same time, I enjoy the extra modularity and auto documentation. The tests and my transformations running concurrently provide me real confidence in the datasets I provide.
What do you dislike about the product?
When it comes to dbt, the learning curve is quite the challenge and it took me some time to figure out how to set the macros and organize the models in a tidy manner. The task of debugging is also quite a drag and since some of the error messages lack clarity, I end up spending a lot of time on logs. What is more, for large projects, the execution time can be rather long which can hinder the development flow.
What problems is the product solving and how is that benefiting you?
Finally dbt has solved the issue of maintaining the transformations within our team. No more custom code and ad-hoc scripts! I now have a single and unified and transparent process for building and managing pipelines and this has saved me hours and reduced the errors I make and given stakeholders more reliable data. I get to save time every single week!
DBT - From data science to product strategy
What do you like best about the product?
I liked that it completely the way my team and I interact with information. With DBT, I know our customers, usage metrics are accurate and consistent, and its fantastic because it prioritizes functionality to validate our product hypotheses. I loved DBT because it relies on reliable data to make decisions.
What do you dislike about the product?
For team members unfamiliar with engineering workflows, doing so could be challenging.
What problems is the product solving and how is that benefiting you?
Its very useful and benefits us a lot because it takes data-driven product development seriously, and for me its great because it provides reliable analytics capabilities, and honestly, dbt is a worthwhile strategic investment.
showing 1 - 10