You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ds...@apache.org on 2022/03/24 20:42:01 UTC

[airflow] branch main updated (7ccde55 -> f06b395)

This is an automated email from the ASF dual-hosted git repository.

dstandish pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 7ccde55  Add allowed 3.6 version for 2.2.5 release (#22513)
     add f06b395  Add map_index and run_id to TaskFail (#22260)

No new revisions were added by this update.

Summary of changes:
 .../0105_48925b2719cb_add_map_index_to_taskfail.py | 158 +++++++++++++++++++++
 airflow/models/taskfail.py                         |  37 +++--
 airflow/models/taskinstance.py                     |  11 +-
 airflow/utils/db.py                                |  81 ++++++++++-
 airflow/www/views.py                               |  10 +-
 docs/apache-airflow/migrations-ref.rst             |   4 +-
 tests/api/common/test_delete_dag.py                |  10 +-
 tests/core/test_core.py                            |  25 ++--
 8 files changed, 303 insertions(+), 33 deletions(-)
 create mode 100644 airflow/migrations/versions/0105_48925b2719cb_add_map_index_to_taskfail.py