Hi Dagster team, I couldn't find the answer for th...
# ask-community
h
Hi Dagster team, I couldn't find the answer for this from the docs, hope you can help. I have a dag that looks like this: jobA --------------------====> jobD | | --> jobB --> jobC -- or in Airflow term jobA >> jobB >> jobC [jobA, jobC] >> jobD My question is occasionally I want to process only jobA then jobD and skip jobB and jobC completely based on the output of jobA. How can I do that? Please advise and thank you!
y