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 15:08:59 UTC

[airflow] branch main updated (1e8ac47589 -> 91b82763c5)

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 1e8ac47589 Task actions UI for individual mapped instances (#23127)
     add 91b82763c5 Fix TI failure handling when task cannot be unmapped. (#23119)

No new revisions were added by this update.

Summary of changes:
 airflow/dag_processing/processor.py       |   2 +-
 airflow/models/taskfail.py                |  14 +--
 airflow/models/taskinstance.py            | 165 ++++++++++--------------------
 tests/api/common/test_delete_dag.py       |  10 +-
 tests/callbacks/test_callback_requests.py |   2 +-
 tests/jobs/test_scheduler_job.py          |   5 +-
 6 files changed, 66 insertions(+), 132 deletions(-)