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/02/24 14:08:30 UTC

[airflow] branch main updated (b6e141a -> 21151fb)

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 b6e141a  Upgrade and record elasticsearch log_id_template changes (#21734)
     add 21151fb  Rename operator mapping map() to apply() (#21754)

No new revisions were added by this update.

Summary of changes:
 airflow/decorators/base.py                    | 18 +++++++--------
 airflow/decorators/task_group.py              | 17 +++++++++-----
 airflow/models/baseoperator.py                |  4 ++--
 airflow/models/mappedoperator.py              | 30 ++++++++++++-------------
 airflow/serialization/serialized_objects.py   | 24 ++++++++++++++------
 airflow/utils/task_group.py                   |  2 +-
 tests/dags/test_mapped_classic.py             |  2 +-
 tests/dags/test_mapped_taskflow.py            |  2 +-
 tests/decorators/test_python.py               | 32 +++++++++++++--------------
 tests/models/test_baseoperator.py             | 14 ++++++------
 tests/models/test_dagrun.py                   |  4 ++--
 tests/models/test_taskinstance.py             | 14 ++++++------
 tests/serialization/test_dag_serialization.py |  8 +++----
 tests/utils/test_task_group.py                |  8 +++----
 14 files changed, 97 insertions(+), 82 deletions(-)