uranusjr commented on code in PR #46295:
URL: https://github.com/apache/airflow/pull/46295#discussion_r1942433061


##########
airflow/models/backfill.py:
##########
@@ -262,7 +266,23 @@ def _create_backfill_dag_run(
     dag_run_conf,
     backfill_sort_ordinal,
     session,
+    from_date: datetime,
+    to_date: datetime,

Review Comment:
   I changed this to use run_id to clear one specific run. I’m not sure about 
the condition when to do the clear (only when the run is not currently running, 
and under specific reprocess behaviors), so that is left unchanged.



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