You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2022/04/12 19:15:43 UTC

[airflow] branch main updated (0367a92881 -> de3bf06863)

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