Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

dbt Cloud Enterprise

dbt Labs | 1

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

154 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Eugene A.

dbt for me has revolutionized the workflow around transforming data used for analytics

  • December 13, 2022
  • Review verified by G2

What do you like best about the product?
Dbt creates an entire streamlined workflow around transforming data from a source in a way that is best used for analytics
What do you dislike about the product?
Even though there is a lot of emphasis put on dbt cloud, the open source core version is still widely used.
What problems is the product solving and how is that benefiting you?
It is solving the problem of having an established workflow around transforming data for the purpose of analytics


    Scott G.

Newbie to dbt

  • December 13, 2022
  • Review verified by G2

What do you like best about the product?
Easy to set up
SQL based
UI is intuitive
What do you dislike about the product?
Lack of logs/metadata on job runs, the area around that isn't strong
What problems is the product solving and how is that benefiting you?
We are able to model our data for Looker outside of looker, so no need for PDTs etc


    Information Technology and Services

dbt modernizes my pipelines

  • December 13, 2022
  • Review verified by G2

What do you like best about the product?
I love how the types of materializations are well documented and presented as a journey toward various stages of dbt maturity - dont start with incrementals. I love how dbt is SQL driven, even when introducing macros.
What do you dislike about the product?
I can't seem to keep the dbt Cloud and dbt Core documentation separate when I arrive from a google search or forum. I would also love to talk about bringing dbt Cloud Enterprise into the GCP Marketplace to make it easier to recommend to my customers.
What problems is the product solving and how is that benefiting you?
dbt modernizes my data platform by enabling me to treat my data pipelines and warehouse as code, templates, and DAGs. Without dbt, I have to broaden my toolset to accommodate other non-SQL tools, which can lead to less DRY code.


    Eda J.

dbt is amazing!

  • December 13, 2022
  • Review verified by G2

What do you like best about the product?
dbt is a great tool for creating declarative pipelines to transform data while making automation easy and intuitive. There are so many benefits to choosing dbt, but what I like best about dbt is integrating data quality checks in data pipelines.
What do you dislike about the product?
As the project gets larger and larger, so do the yml files and other project-level configuration files, which makes it less readable.
New dbt Cloud IDE usability features are essential to make this better. (Autocomplete, error checking etc.)
What problems is the product solving and how is that benefiting you?
dbt makes Git integration and CI/CD easier as we don't need to think about defining our frameworks for these. Also dbt packages are extremely helpful.


    Online Media

all the things I missed when working in data warehouse

  • December 13, 2022
  • Review verified by G2

What do you like best about the product?
integration with git
lineage
autogenerated documentation
templating possibilities
What do you dislike about the product?
adds complexity for users not familiar with git
lack of code formatting by default
What problems is the product solving and how is that benefiting you?
it allows collaboration for outside stakeholders
adds documentation and lineage, testing and source freshness


    Automotive

dbt is transformational (pun intended)

  • December 13, 2022
  • Review verified by G2

What do you like best about the product?
dbt is intuitive to learn and use. The community makes implementing dbt feel like joining some kind of social club where everyone just wants you to succeed which is so rare. The documentation makes it super simple to translate an idea into action.
What do you dislike about the product?
dbt makes writing code very accessible to people which is a double-edged sword. A lot of people new to dbt take a shoot first, ask questions later approach which leads to a lot of technical debt and cloud computing expense down the road.
What problems is the product solving and how is that benefiting you?
Cleaning data and translating business logic into version-controlled models to maximize the efficiency of the data team and deliver value faster.


    Kan O.

dbt makes analytics engineerings great and fun

  • December 13, 2022
  • Review verified by G2

What do you like best about the product?
I love how it aligns with the analytics engineering practices and it can make our team do better analytics
What do you dislike about the product?
Since my team is using dbt CLI, I dislike that I have to test my queries on the data warehouse first and then change the code to use the Jinja template. It's like I'm doing the work twice.
What problems is the product solving and how is that benefiting you?
- It helps my team organize the code better and makes it able to reuse the existing models.
- The documentation and lineage graph the dbt generates save us a lot of time.
- The tests really make us more confident in data quality.


    Computer Software

DBT is a very intuitive tool with advanced features that'll help scale your analytics teams

  • December 13, 2022
  • Review verified by G2

What do you like best about the product?
Breaking down reusable CTEs into separate tables/views increases scalability and consistency.
What do you dislike about the product?
Some of the config features like making tables incremental can be a little confusing and tough to get right on the first try.
What problems is the product solving and how is that benefiting you?
Allowing the Analtyics team be self-serve on typical engineering tasks. We are also able to dictate source-of-truth definitions by building the reusable CTEs


    Computer & Network Security

Very useful and easy to use.

  • December 13, 2022
  • Review provided by G2

What do you like best about the product?
I can create project and manage with git and also I can connect my db easily I can create secrets and manage them for each project.
What do you dislike about the product?
Actually I have nothing to this question.
What problems is the product solving and how is that benefiting you?
I can manage my data and connect to databeses


    Don A.

Powerful and Easy to Use ETL Tool

  • December 12, 2022
  • Review verified by G2

What do you like best about the product?
The best part of DBT is the power that comes with its ease of use. Once you play around with DBT a bit and get a handle on it, it can do all sorts of great tricks with just a SELECT statement and a little bit of Jinja.
What do you dislike about the product?
DBTs only weakness right now is I find the examples in the documentation to be a little simplistic, not covering all the options like the examples in a Microsoft help page would. Luckily, for more complicated use cases, you can get help in their Slack community, which is quite lively and helpful.
What problems is the product solving and how is that benefiting you?
DBT is helping us normalize several data sources together into one master model and then exposing slices of that master model in the form of views we base our exports on. We have over 2k models between putting the sources together and then sharing the slices.