feng-tao edited a comment on issue #3688: [AIRFLOW-2843] ExternalTaskSensor-check if external task exists URL: https://github.com/apache/airflow/pull/3688#issuecomment-455058719 Thanks @XD-DENG , but I think this pr needs more work. E.g I think the goal is that the sensor shouldn't wait if the task instance doesn't exist. The current pr won't be able to do that as if the task instance has been executed and finished before, it will still wait for that task(which it shouldn't as the task doesn't exist in the dag any more). Hopefully I am clear on the current pr's issue.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
