uranusjr commented on code in PR #23516:
URL: https://github.com/apache/airflow/pull/23516#discussion_r936457510
##########
airflow/api_connexion/endpoints/task_instance_endpoint.py:
##########
@@ -434,10 +436,39 @@ def post_clear_task_instances(*, dag_id: str, session:
Session = NEW_SESSION) ->
if not dag:
error_message = f"Dag id {dag_id} not found"
raise NotFound(error_message)
+ print('Bowrna:',data)
reset_dag_runs = data.pop('reset_dag_runs')
dry_run = data.pop('dry_run')
- # We always pass dry_run here, otherwise this would try to confirm on the
terminal!
Review Comment:
Need to keep this comment
--
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]