Iterating through a python list of dictionaries using a xcom return value

后端 未结 0 597
故里飘歌
故里飘歌 2021-02-02 13:38

I have an airflow step that utilizes this PythonOperator:

my_step = PythonOperator(
    task_id=\'my_step\',
    provide_context=True,
    python_callable=metadat         


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