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/07/08 13:24:27 UTC

[GitHub] [airflow] hsnprsd commented on issue #20942: provide clear the task on the other DAG and its downstream tasks recursively without ExternalTaskMarker

hsnprsd commented on issue #20942:
URL: https://github.com/apache/airflow/issues/20942#issuecomment-1178986066

   I think it would be a nice feature to have. When defining a sensor user should be able to set whether or not he/she wants the sensor get cleared when upstream task gets cleared. I don't know how to implement it though.
   
   It is also possible to implement a custom solution. You can use airflow api to monitor tasks turning into success state and clear any downstream sensors that they have.


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