dstandish commented on code in PR #46295:
URL: https://github.com/apache/airflow/pull/46295#discussion_r1943380526
##########
airflow/models/dagrun.py:
##########
@@ -1321,8 +1322,12 @@ def verify_integrity(self, *, session: Session =
NEW_SESSION) -> None:
def task_filter(task: Operator) -> bool:
return task.task_id not in task_ids and (
self.run_type == DagRunType.BACKFILL_JOB
Review Comment:
oh, this means we ignore task start date / end date when running backfill
--
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]