In dagster-dbt when running a job that is made up ...
# dagster-feedback
p
In dagster-dbt when running a job that is made up of multiple dbt models the view shows them all as one large op. Having them broken down to one op per model would make it much easier to see what is actually happening when the dag is running, and understand each models perf. It would also make it easier to re run only the models that failed when something breaks.
r
Having them broken down to one op per model would make it much easier to see what is actually happening when the dag is running
If you view the asset catalog, this information should be present.
It would also make it easier to re run only the models that failed when something breaks.
This should also be handled for you, but you’ll need to use our declarative scheduling features https://docs.dagster.io/concepts/assets/asset-auto-execution Just to confirm are you using our software-defined assets integration?
m
I have the same question, is it possible to force that 1 dbt-asset = 1 op and not a huge op ?
r
Could you file a feature request on the github?