ephraimbuddy commented on a change in pull request #14188:
URL: https://github.com/apache/airflow/pull/14188#discussion_r575594206
##########
File path: airflow/models/dag.py
##########
@@ -1189,7 +1189,7 @@ def clear_dags(
end_date=end_date,
only_failed=only_failed,
only_running=only_running,
- confirm_prompt=False,
+ confirm_prompt=confirm_prompt,
Review comment:
Done. Didn't read through the code well :)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]