By executing dbt, we generate the dimensional model using the baseline data.
uv run dbt run
This will create both our core and dimensional models using the baseline data.
By executing dbt, we generate the dimensional model using the baseline data.
uv run dbt run
This will create both our core and dimensional models using the baseline data.