dbt vs. ER/Studio Data Architect

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
dbt
Score 9.0 out of 10
N/A
dbt is an SQL development environment, developed by Fishtown Analytics, now known as dbt Labs. The vendor states that with dbt, analysts take ownership of the entire analytics engineering workflow, from writing data transformation code to deployment and documentation. dbt Core is distributed under the Apache 2.0 license, and paid Teams and Enterprise editions are available.N/A
ER/Studio Data Architect
Score 9.9 out of 10
N/A
ER/Studio is a database development and management tool from Embarcadero Technologies (acquired by Idera) in California.N/A
Pricing
dbtER/Studio Data Architect
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
dbtER/Studio Data Architect
Free Trial
YesYes
Free/Freemium Version
YesNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional DetailsPricing for new customers only, first year maintenance included. Maintenance includes access to technical support and product updates for the defined period of the agreement.
More Pricing Information
Community Pulse
dbtER/Studio Data Architect
Considered Both Products
dbt
Chose dbt
dbt is very flexible and can fit into most data pipelines. This is a pro for most organizations that aren't fully bought into one platform (Google Cloud, etc.)
Chose dbt
Matillion is graphical versus dbt, which is SQL code-based (that, of course, is a matter of personal preference and not an objective advantage). The integrated testing, documentation generation, lineage, etc., were additional criteria that led us to choose dbt.
Chose dbt
I actually don't know what the alternative to dbt is. I'm sure one must exist other than more 'roll your own' options like Apache Airflow, say, bu tin terms of super easy managed/cloud data transforms, dbt really does seem to be THE tool to use. It's $50/month per dev, BUT …
Chose dbt
Snaplogic is great at the Extraction and Load processes of ETL. It can pull data from anywhere, even behind firewalls. So if you need to get data from various APIs, databases, files, S3, SFTP, etc it is easy to do so. However, it requires special knowledge in order to build …
Chose dbt
I haven't come across anything like DBT before.
Chose dbt
Most ETL pipeline products have a T layer, but dbt just does it better. The transformation is on steroids compared to the others. Also, just allows much more Adhoc solutions for very specific projects. Those ETL tools are probably better on the T part if you don't need too many …
Chose dbt
Airflow can accomplish the same work as dbt (data build tool), however, dbt's (data build tool) development workflow and UI can open up data transformation and modeling work to non-data engineering teams. Looker might also be able to define data models via LookML with a …
Chose dbt
dbt is great because of its transformation capabilities
ER/Studio Data Architect
Chose ER/Studio Data Architect
ER Studio Data Architect is a global leader in the data modelling space and most other solutions that have support for third party data models include support for ER Studio Data Architect file formats. Many of the features are a bit more intuitive than the competitors and …
Chose ER/Studio Data Architect
ER/Studio is the most mature, reach in features and quality and therefore useful. Unfortunately, it lacks compatibility with AWS Redshift.
Chose ER/Studio Data Architect
ER/Studio was difficult to learn at the beginning, but that was 7 years ago. I have used it across many companies since then, and It is really easy to use. I found it much easier to learn than Erwin as well.
Chose ER/Studio Data Architect
ER/Studio is effective and serves the purpose of data modeling that we need in our project, so we chose it.
Chose ER/Studio Data Architect
My first modeling tool was Sybase's Power Designer and it was a fine tool to get the job done. When I changed companies 10 years ago I was introduced to ER\Studio and have been using that ever since. More recently I looked into CA ERwin and found it to be unintuitive but to be …
Features
dbtER/Studio Data Architect
Data Transformations
Comparison of Data Transformations features of Product A and Product B
dbt
9.5
Ratings
15% above category average
ER/Studio Data Architect
-
Ratings
Simple transformations10.00 Ratings00 Ratings
Complex transformations9.00 Ratings00 Ratings
Data Modeling
Comparison of Data Modeling features of Product A and Product B
dbt
9.0
Ratings
12% above category average
ER/Studio Data Architect
-
Ratings
Data model creation9.50 Ratings00 Ratings
Metadata management8.50 Ratings00 Ratings
Business rules and workflow9.00 Ratings00 Ratings
Collaboration10.00 Ratings00 Ratings
Testing and debugging8.00 Ratings00 Ratings
Best Alternatives
dbtER/Studio Data Architect
Small Businesses
Skyvia
Skyvia
Score 9.9 out of 10
Egnyte
Egnyte
Score 9.6 out of 10
Medium-sized Companies
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.0 out of 10
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.0 out of 10
Enterprises
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.0 out of 10
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.0 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
dbtER/Studio Data Architect
Likelihood to Recommend
10.0
(0 ratings)
8.0
(0 ratings)
Usability
9.5
(0 ratings)
-
(0 ratings)
Support Rating
-
(0 ratings)
9.0
(0 ratings)
User Testimonials
dbtER/Studio Data Architect
Likelihood to Recommend
dbt (Data Build Tool) is best suited for doing the data transformation. dbt is just a transformation tool and it is not suitable for building a data pipeline which requires extraction of data and loading. dbt is well suited for SQL based transformation logic and it is less appropriate when transformation logic requires python.
Read full review
ER/Studio is great for providing data model images for teammates to use when they are not data modelers.
Read full review
Pros
  • user experience makes it easy to work with SQL and version control
  • customer success team and the dbt (data build tool) community help establish best practices
  • thorough and clear documentation
Read full review
  • ER/Studio is great for dividing logical and physical design. A logical model can be used with different physical platforms.
  • Studio can a useful macro capability that allows me to apply the naming standards across the model with ease and consistency.
  • ER/Studio does a very good job at comparing the model with the actual database and generating DDL scripts for production deployments.
  • ER/Studio has an excellent reporting and model publishing capabilities allowing me to produce models in the HTML format and publish them for the team as needed.
Read full review
Cons
  • Slow load times of the dbt cloud environment (they're working on it via a new UI though)
  • More out-of-the-box solutions for managing procedures, functions, etc would be nice to have, but honestly, it's pretty easy to figure out how to adapt dbt macros
Read full review
  • Relationships are a bit on the weaker side. Many times I found orphaned relationships that I could not get rid of, or additional columns that were automatically created during the push to the physical model that appear to be due to key constraint bugs
  • There are a lot of bugs introduced when merging keys. I tend to model 2 tables for example logically, establish the relationship, and then merge the additional key column that is automatically created when establishing the relationship. This sometimes causes downstream issues with the physical model (creating duplicate columns with _1 appended)
  • Meta-data could be improved. I find it hard to keep descriptions and other meta information clean when copying and pasting from other sources due to formatting tags being introduced on each object (font, size, color, etc.). The attachment feature comes in handy, however I am looking for the ability to cleanly document and map multiple sources to a single target while providing searchability and traceability
Read full review
Usability
dbt is very easy to use. Basically if you can write SQL, you will be able to use dbt to get what you need done. Of course more advanced users with more technical skills can do more things.
Read full review
No answers on this topic
Support Rating
No answers on this topic
I can call or email support and both get quick turn around. The only issue is they are on the west coast (US) and have a west coast work schedule and I'm on the East coast.
Read full review
Alternatives Considered
Matillion is graphical versus dbt, which is SQL code-based (that, of course, is a matter of personal preference and not an objective advantage). The integrated testing, documentation generation, lineage, etc., were additional criteria that led us to choose dbt.
Read full review
ER Studio Data Architect is a global leader in the data modelling space and most other solutions that have support for third party data models include support for ER Studio Data Architect file formats. Many of the features are a bit more intuitive than the competitors and several of our vendors were already using Data Architect themselves which helped solidify the choice.
Read full review
Return on Investment
  • In 3 months we re-wrote the data warehouse (15-20 sources) in dbt with 3 developers.
  • We are using it continually for the past year with no issues.
  • Sorry, I don't have ROI numbers but the impact was huge.
Read full review
  • Using ER\Studio to create models and eventually the actual database schema allows for a picture that is understandable to the customer and saves significant time writing DDL to create the database objects (tables, indexes, relationships, constraints...)
  • A nice customer interface tool so you can create a web based interface to the metadata for a particular design.
  • The tool also supports sub-models so you can break a large project into smaller parts, I find this feature very helpful.
Read full review
ScreenShots

ER/Studio Data Architect Screenshots

Screenshot of Logical data models in ER/Studio Data Architect.Screenshot of Data catalog in ER/Studio Data Architect.Screenshot of Data glossaries in ER/Studio Data Architect.