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/03/09 11:03:04 UTC

[airflow] branch main updated (eddf4a3 -> b1fdcdf)

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 eddf4a3  Replace build image bash script  in CI with build image in python (#22008)
     add b1fdcdf  Rename task-mapping trigger to 'expand' (#22106)

No new revisions were added by this update.

Summary of changes:
 airflow/decorators/base.py                         | 10 +++----
 airflow/decorators/task_group.py                   |  8 +++---
 airflow/models/baseoperator.py                     |  4 +--
 airflow/models/mappedoperator.py                   | 20 +++++++-------
 airflow/serialization/serialized_objects.py        |  2 +-
 airflow/utils/task_group.py                        |  2 +-
 .../test_mapped_task_instance_endpoint.py          |  4 +--
 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                  | 16 +++++------
 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 +++---
 15 files changed, 68 insertions(+), 68 deletions(-)