Skip to main content

SQLFluff

Recommendation
Updated
Moved
USE
2023-02-02

What is it

SQLFluff is a SQL linter and formatter with support for BigQuery and dbt.

Why we use it

To make sure our SQL queries are valid and readable.

When to use it

If there are .sql files in your project. For example, when writing data pipelines using dbt.

How to learn it