I\'m attempting to generate a set of dynamic tasks from a XCOM variable. In the XCOM I\'m storing a list and I want to use each element of the list to dynamically create a
The simplest way I can think of is to use a branch operator.
https://github.com/apache/airflow/blob/master/airflow/example_dags/example_branch_operator.py