Timothee Vandeput
01/18/2023, 3:34 PM@job
def dbt_no_asset_job():
dbt_run_op(start_after=dbt_seed_op())
When looking at the job in dagit it generates the attached graph.
Why don't I see the depedency between the two ops in the graph ? Am I missing something in my job definition ?
It seems the dependency is correct if I start a run.
Thanks