You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ur...@apache.org on 2022/04/07 13:14:10 UTC

[airflow] branch main updated (80dc72b445 -> 1d141a2a69)

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

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


    from 80dc72b445 Check if map_index is accidentally used in providers. (#22817)
     add 1d141a2a69 Give up on trying to recreate task_id logic (#22794)

No new revisions were added by this update.

Summary of changes:
 airflow/decorators/base.py                    |  6 ++---
 airflow/models/baseoperator.py                |  7 +-----
 airflow/models/mappedoperator.py              | 13 ++++++----
 airflow/serialization/serialized_objects.py   |  1 -
 tests/models/test_taskinstance.py             | 35 +++++++++++++++++++++++++++
 tests/serialization/test_dag_serialization.py |  3 ---
 6 files changed, 46 insertions(+), 19 deletions(-)