sqlfluff VS dbt-utils

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

sqlfluff

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

dbt-utils

Utility functions for dbt projects. (by fishtown-analytics)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
sqlfluff dbt-utils
35 7
7,199 1,196
2.1% 3.9%
9.6 5.4
3 days ago 6 days ago
Python Python
MIT License 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.

sqlfluff

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

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 sqlfluff and dbt-utils you can also consider the following projects:

vscode-sqlfluff - An extension to use the sqlfluff linter in vscode.

dbt-expectations - Port(ish) of Great Expectations to dbt test macros

sqlparse - A non-validating SQL parser module for Python

dbt-oracle - A dbt adapter for oracle db backend

ale - Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support

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

soda-sql - Data profiling, testing, and monitoring for SQL accessible data.

streamlit - Streamlit β€” A faster way to build and share data apps.

Metabase - The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum:

airbyte - The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.

spark-fast-tests - Apache Spark testing helpers (dependency free & works with Scalatest, uTest, and MUnit)