Analyses

Analyses

Analyses provide a mechanism for incorporating SQL statements that you don't intend to materialize within your data warehouse. This feature facilitates version control of more analytical SQL files within your dbt project.

Utilizing analyses to preview data.

Utilizing analyses to preview data.

The analyses files located in the analyses/ directory of a dbt project are compiled but not executed, permitting the use of dbt functionalities like {{ ref(...) }} to select from models.

      • dbt_project.yml