Skip to content

Help exploring conditional execution in Dagster Graphs #20322

Answered by alangenfeld
s000ne asked this question in Q&A
Discussion options

You must be logged in to vote

Conditional branching is covered here:

https://docs.dagster.io/concepts/ops-jobs-graphs/graphs#with-conditional-branching

You can use a "fan-in" dependency to prevent a final op from skipping when one of its input branches skips:

https://docs.dagster.io/concepts/ops-jobs-graphs/graphs#with-a-fixed-fan-in

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@s000ne
Comment options

Answer selected by stickyhipp
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area: dynamic-orchestration Related to dynamic orchestration
3 participants