Analysis
Store and compile ad hoc queries with dbt analyses.
We'll cover the following...
Why use analysis?
Sometimes, we need to write ad hoc queries for business purposes. These queries might not be intended for inclusion in our data pipeline, but we might still want to leverage dbt’s capabilities to compile these queries and store them in the same repository. In such cases, we can use the analysis feature in dbt. ...