GitHub user potiuk added a comment to the discussion: Real Sequential Dynamic Task
Not that I am aware. You can have some other workarounds in place though . For example you could have a pool with size 1 and have all your task belong to the same pool. You will not be able to control sequence of execution, but it will give you the "one task run at a time" feature. GitHub link: https://github.com/apache/airflow/discussions/44789#discussioncomment-11517286 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
