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


##########
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:
   this function is supposed to create only a single dag run.  so this does not 
seem right. you clear a range of dag runs below.  and if you're clearing, 
you're not creating.



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