GitHub user omd10 added a comment to the discussion: TriggerDagRunOperator dynamic mapping sequential execution
You can do sequential dynamic tasks by adding max_active_tasks=1 to your dag configuration. It works with TriggerDagRunOperator as described in your question. Thanks for sharing this specific example! GitHub link: https://github.com/apache/airflow/discussions/68752#discussioncomment-17365633 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
