Knowledge check
Open the
dbt.py
file.Modify
dbt_analytics
to rundbt build
instead ofdbt run
. The function should look like this afterward:@dbt_assets( manifest=dbt_project.manifest_path ) def dbt_analytics(context: AssetExecutionContext, dbt: DbtCliResource): yield from dbt.cli(["build"], context=context).stream()
In the Dagster UI, re-materialize both of the dbt models.
Navigate to the details page for the run you just started, then look at the logs.
When finished, proceed to the next page.