You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This results in 21 tasks total, as expected. My issue, or misunderstanding maybe, is that in step_one if the output is False the ShortCircuitOperator logs No downstream tasks; nothing to do, even though there clearly is one for each task.
How do I get this to behave as expected?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Here's my DAG:
This results in 21 tasks total, as expected. My issue, or misunderstanding maybe, is that in
step_one
if the output isFalse
the ShortCircuitOperator logsNo downstream tasks; nothing to do
, even though there clearly is one for each task.How do I get this to behave as expected?
Beta Was this translation helpful? Give feedback.
All reactions