dbt-expectations VS dbt-utils

Compare dbt-expectations vs dbt-utils and see what are their differences.

dbt-expectations

Port(ish) of Great Expectations to dbt test macros (by calogica)
dbt

dbt-utils

Utility functions for dbt projects. (by fishtown-analytics)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
dbt-expectations dbt-utils
10 7
947 1,198
2.4% 1.7%
6.6 6.2
9 days ago 6 days ago
Shell Python
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dbt-expectations

Posts with mentions or reviews of dbt-expectations. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-26.

dbt-utils

Posts with mentions or reviews of dbt-utils. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-08.
  • Show HN: Nasty, a cross warehouse, type checked, unit testable analytics library
    2 projects | news.ycombinator.com | 8 Mar 2024
    // To get around this, we can use the approach outlined by how dbt does ansi sql generate_series

      // https://github.com/dbt-labs/dbt-utils/blob/main/macros/sql/generate_series.sql
  • Anything one should know before going for self-hosted dbt?
    1 project | /r/dataengineering | 10 Jul 2023
    I got bit by dbt-utils/deduplicate naively removing any row that contained a null in it recently, but fortunately there was a workaround for Databricks and a few other flavors of SQL.
  • Managing SQL Tests
    2 projects | /r/dataengineering | 30 Mar 2023
    I'm used to utilising dbt and defining my tests there (along with dbt-utils or https://github.com/calogica/dbt-expectations): I simply add a list item to a column definition and can already define a great number of tests without having to copy code. I can even extend the pre-defined using generic tests. Writing custom tests also integrates nicely. Additionally it's very convenient to tag tests or define a severity. The learning curve for a business engineer is almost flat as long as they know some SQL.
  • Dbt to acquire Transform to build out its semantic layer
    2 projects | news.ycombinator.com | 9 Feb 2023
    My top three:

    - Dev/stag/prod env check numbers before pushing to production.

    - Unions between two sources that are not the same shape can be done without the headache. https://github.com/dbt-labs/dbt-utils#union_relations-source

    - Macros for common case when statements.

  • Analytics Stacks for Startups
    8 projects | dev.to | 21 Feb 2022
    Add tests: unit tests in SQL are still not really practical, but testing the data, before allowing users to see it, is possible. dbt has some basic tests like Non-NULL and so on. dbt_utils supports comparing data across tables. If you need more, there is Great Expectation and similar tools. dbt also supports writing SQL queries which output “bad” rows. Use this to, e.g. check a specific order against manually checked correct data. Tests give you confidence that your pipelines produce correct results: nothing is worse than waking up with a Slack message from your boss that the graphs look wrong… They are especially useful in case you have to refactor a data pipeline. Basically every query you would run during the QA phase of a change request has a high potential to become an automatic test.
  • Why is Data Build Tool (DBT) is so popular? What are some other alternatives?
    4 projects | /r/dataengineering | 4 Dec 2021
  • Unit testing SQL in DBT
    3 projects | /r/dataengineering | 6 Feb 2021
    The equality test macro is also in the dbt-utils package from fishtown at https://github.com/fishtown-analytics/dbt-utils/blob/master/macros/schema_tests/equality.sql

What are some alternatives?

When comparing dbt-expectations and dbt-utils you can also consider the following projects:

dbt-oracle - A dbt adapter for oracle db backend

sqlfluff - A modular SQL linter and auto-formatter with support for multiple dialects and templated code.

materialize - The data warehouse for operational workloads.

Scio - A Scala API for Apache Beam and Google Cloud Dataflow.

nodejs-bigquery - Node.js client for Google Cloud BigQuery: A fast, economical and fully-managed enterprise data warehouse for large-scale data analytics.

NVTabular - NVTabular is a feature engineering and preprocessing library for tabular data designed to quickly and easily manipulate terabyte scale datasets used to train deep learning based recommender systems.

streamlit - Streamlit — A faster way to build and share data apps.

cuetils - CLI and library for diff, patch, and ETL operations on CUE, JSON, and Yaml

dbt-fal - do more with dbt. dbt-fal helps you run Python alongside dbt, so you can send Slack alerts, detect anomalies and build machine learning models.

pandera - A light-weight, flexible, and expressive statistical data testing library

daggy