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/01/19 08:10:17 UTC

[GitHub] [airflow] yyhecust opened a new issue #20942: provide clear the task on the other DAG and its downstream tasks recursively without ExternalTaskMarker

yyhecust opened a new issue #20942:
URL: https://github.com/apache/airflow/issues/20942


   ### Description
   
   being able to  clear the task on the other DAG and its downstream tasks recursively without ExternalTaskMarker and don't modify dag files.
   
   ### Use case/motivation
   
   In my application, we need to clear the task on the other DAG and its downstream tasks recursively, but when we design the Dag template, we didn't use ExternalTaskMarker and we didn't want to modify the Dag files that were running in production. So, we can't use ExternalTaskMarker to help us clear the task and its downstream tasks over Dag and we want to do this without modifying the dag files.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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