I want to generate a list of tasks from a function that should be run in sequence in the graph, see below.
t1 = PythonOperator() def generate_tasks(): t2 = P