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/21 12:57:48 UTC

[airflow] branch main updated (af45483b95 -> 03f7d857e9)

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 af45483b95 Ensure that we don't schedule all mapped TIs when one is cleared (#23130)
     add 03f7d857e9 When expanding a task end up skipping it, ensure we don't deadlock the DagRun (#23134)

No new revisions were added by this update.

Summary of changes:
 airflow/models/dagrun.py         | 63 ++++++++++++++++++++++------------------
 airflow/models/mappedoperator.py | 25 +++++++---------
 tests/models/test_dagrun.py      | 15 ++++++++--
 3 files changed, 58 insertions(+), 45 deletions(-)