This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 0367a92881 Fix regression in pool metrics (#22939)
add de3bf06863 Ensure that BackfillJob re-runs existing mapped task
instances (#22952)
No new revisions were added by this update.
Summary of changes:
airflow/jobs/backfill_job.py | 15 ++++---
airflow/models/dagrun.py | 2 +-
airflow/models/mappedoperator.py | 9 ++--
tests/jobs/test_backfill_job.py | 92 +++++++++++++++++++++++++++++++++++++++
tests/models/test_taskinstance.py | 17 ++++----
5 files changed, 116 insertions(+), 19 deletions(-)