vatsrahul1001 commented on code in PR #46295:
URL: https://github.com/apache/airflow/pull/46295#discussion_r1942706426
##########
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:
@uranusjr I tested this with run_id change and looks like run is not getting
cleared.
--
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]