-
Notifications
You must be signed in to change notification settings - Fork 16.8k
Dynamically creating tasks during run-time #289
Copy link
Copy link
Closed
Description
This pertains to #170 @jlowin's second issue of having the ability to dynamically create tasks based on the outputs of earlier tasks in the DAG. I think this broader question deserves its own discussion, separate from that issue's focus of piping one task's output to another task's input.
Our use case for this is in creating ETL pipelines where the overall job is chunked into sub-jobs based on a set data size per sub-job. The number of sub-jobs, or tasks, is strictly unknown prior to the first task of chunking up the total data set. This is inline with the examples @jlowin provided.
I would love for Airflow to support this type of dynamic dependency, this is one major blocker to us adopting it for all our data pipelining needs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels