vatsrahul1001 commented on code in PR #46554:
URL: https://github.com/apache/airflow/pull/46554#discussion_r1952873404


##########
airflow/models/backfill.py:
##########
@@ -432,3 +435,31 @@ def _create_backfill(
                 info,
             )
     return br
+
+
+def clear_run_if_dagrun_exists(dag, info, reprocess_behavior, backfill_id, 
session):

Review Comment:
   @dstandish, as soon as we clear a run, should_create_backfill_dag_run sets 
it to the `In Flight` state because the run remains in the queued state after 
clearing.



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