Airflow Dynamic Task Mapping: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:
=Overview=
=Overview=
A workflow can create a number of tasks at runtime, based upon current workflow instance state, rather than the DAG author having to know in advance how many tasks would be needed. However, the tasks can be created in the DAG definition itself. <font color=darkkhaki>Tasks cannot create dynamic tasks.</font>
A workflow can create a number of tasks at runtime, based upon current workflow instance state, rather than the DAG author having to know in advance how many tasks would be needed. However, the tasks can be created in the DAG definition itself. <font color=darkkhaki>Tasks cannot create dynamic tasks.</font>
=Organizatorium=
<font color=darkkhaki>
TO PROCESS:
* https://www.astronomer.io/guides/dynamic-tasks/
* https://airflow.apache.org/docs/apache-airflow/2.3.0/concepts/dynamic-task-mapping.html
</font>

Revision as of 20:54, 18 July 2022

External

Internal

Overview

A workflow can create a number of tasks at runtime, based upon current workflow instance state, rather than the DAG author having to know in advance how many tasks would be needed. However, the tasks can be created in the DAG definition itself. Tasks cannot create dynamic tasks.