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 2022/10/16 12:25:00 UTC

[GitHub] [airflow] qcha41 commented on issue #26429: ExternalTaskSensor: An option to use the data_interval variables rather than execution_date

qcha41 commented on issue #26429:
URL: https://github.com/apache/airflow/issues/26429#issuecomment-1279959497

   Very interested too! 
   
   It is slightly different but I would go even further : we could provide ExternalTaskSensor with a boolean option `future_execution` (default to False) that makes the sensor succeed when the external DAG has been run at least once after the logical date of the sensor. In other words, when an external DAG run finally match `latest_dag_run.start_date >= self.start_date`.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org