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

   > However, when the operator is cleared in the UI (e.g., to retry), the 
associated failed child DAG run remains unchanged.
   
   This is not something that should be controlled by parameter in operator.
   You should clear with recursive.
   
   `Recursive - All the tasks in the child dags and parent dags`
   
https://airflow.apache.org/docs/apache-airflow/3.0.3/core-concepts/dag-run.html#re-run-tasks
   
   @bbovenzi @pierrejeambrun I see that this option is not available in Airflow 
3 but it does show up in the docs?
   I see in https://github.com/apache/airflow/pull/52130 it was mentioned as 
something we used to have as default for Airflow 2
   


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