Pad71 commented on issue #53402:
URL: https://github.com/apache/airflow/issues/53402#issuecomment-3077708182

   > The clear action may change depends on use case. It needs to be controlled 
from the UI not from operator code. What am I missing?
   @eladkal 
   The main point of this request is that currently, clearing a 
TriggerDagRunOperator task does not allow you to automatically clear failed 
tasks within the corresponding child DAG run.
   This means that if one or more tasks in the child DAG fail, you must first 
manually fix or clear those failed tasks, then wait for the entire child DAG 
run to complete successfully, and only afterwards can you mark the 
TriggerDagRunOperator task as successful.
   
   This creates a significant operational burden for the Operations team — 
especially in cases where the child DAG run is long-running.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to