Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.31 KB

File metadata and controls

24 lines (15 loc) · 1.31 KB

🏗️ How we structure and style our projects

We follow the Matt Mazur SQL style guide and the one by dbt Labs for dbt-specific behaviors.

We also follow the best practices documented on the dbt website.

We LOVE CTEs, we don’t use subqueries!

We LOVE trailing commas!

SQL and YAML styles are enforced by linters that runs automatically before any commit.

  1. https://github.com/sqlfluff/sqlfluff
  2. https://github.com/adrienverge/yamllint

Find a good project checklist here

Other great resources to check out