dstandish commented on code in PR #46554:
URL: https://github.com/apache/airflow/pull/46554#discussion_r1952707379
##########
airflow/models/backfill.py:
##########
@@ -432,3 +435,31 @@ def _create_backfill(
info,
)
return br
+
+
+def clear_run_if_dagrun_exists(dag, info, reprocess_behavior, backfill_id,
session):
Review Comment:
we also should make sure (and make clear) in our test cases that when we
clear a run for backfill, that we don't create an "exception reason" because
there is no exception in that case.
--
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]