Airflow ExternalTaskSensor gets stuck

后端 未结 4 1073
走了就别回头了
走了就别回头了 2020-12-10 03:46

I\'m trying to use ExternalTaskSensor and it gets stuck at poking another DAG\'s task, which has already been successfully completed.

Here, a first DAG \"a\" complet

4条回答
  •  一向
    一向 (楼主)
    2020-12-10 04:17

    As of Airflow v1.10.7, tomcm's answer is not true (at least for this version). One should use execution_delta or execution_date_fn to determine the date AND schedule of the external DAG if they do not have the same schedule.

提交回复
热议问题