Skip to content

Why is my dbt run one block in the my Dagster run’s UI and gantt chart? #18115

Answered by tacastillo
dagsir[bot] bot asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there!

The blocks on each chart you see in the run's page detail page is the step (otherwise known as Op) that your run is executing, and not necessarily what assets are being materialized. For what it's worth, many assets have a 1:1 relationship between the asset and the op that creates it, but the dbt integration is an exception and is a 1:many relationship of 1 op to many assets produced.

Dagster's dbt integration is optimized to create as few dbt runs as possible, and so it figures out what models to materialize in a dbt run/build. You can see what models each step is running from the logs. Here's an example from one of our Dagster's runs.

Compared to other orchestrators, others m…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tacastillo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
integration: dbt Related to dagster-dbt
1 participant