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/01/18 09:22:58 UTC

[airflow] branch main updated (fce46e6 -> 077bacd)

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 fce46e6  Uses CI images built in previous step to prepare PROD image (#20889)
     add 077bacd  Serialize mapped tasks and task groups (#20743)

No new revisions were added by this update.

Summary of changes:
 airflow/models/baseoperator.py                | 111 +++++++++++++++++++-------
 airflow/models/dag.py                         |   4 +-
 airflow/models/taskmixin.py                   |  12 +--
 airflow/serialization/schema.json             |  12 ++-
 airflow/serialization/serialized_objects.py   |  70 +++++++++++++---
 airflow/utils/task_group.py                   |  15 +---
 tests/serialization/test_dag_serialization.py |  93 +++++++++++++++++++--
 tests/ti_deps/deps/test_trigger_rule_dep.py   |   2 +-
 8 files changed, 246 insertions(+), 73 deletions(-)