Return list of tasks from function that should be run in sequence in Airflow

前端 未结 0 2014
刺人心
刺人心 2021-01-21 04:26

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题