You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/06/30 12:16:24 UTC

[GitHub] [airflow] yustoris edited a comment on issue #4291: [AIRFLOW-1488] Add the TriggeredDagRunSensor operator

yustoris edited a comment on issue #4291: [AIRFLOW-1488] Add the TriggeredDagRunSensor operator
URL: https://github.com/apache/airflow/pull/4291#issuecomment-507030883
 
 
   The most significant difference between `ExternalTaskSensor` and this new sensor is whether we can trace specific DagRun(s) regardless of `execution_date`.
   
   For example, consider there is a Dag that is triggered by two different tasks A and task B and these are implemented in different DAGs.
   `TriggeredDagRunSensor` allows us to track down DagRuns triggered by specific task.
   `ExternalTaskSensor` cannot such "separation" because it doesn't consider the target Dag run is triggered by which task.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services