vatsrahul1001 commented on code in PR #46295: URL: https://github.com/apache/airflow/pull/46295#discussion_r1943326532
########## 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: Backfill changes will be done in separate PR -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org