dbt-utils

Utility functions for dbt projects. (by fishtown-analytics)

Dbt-utils Alternatives

Similar projects and alternatives to dbt-utils

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better dbt-utils alternative or higher similarity.

dbt-utils reviews and mentions

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
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 10 May 2024
    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. Learn more →

Stats

Basic dbt-utils repo stats
7
1,206
6.2
15 days ago

fishtown-analytics/dbt-utils is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of dbt-utils is Python.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com