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/01/20 06:33:53 UTC

[airflow] branch main updated (3be3c4b -> 10f5db8)

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 3be3c4b  Mount `airflow.cfg` in wait-for-airflow-migrations containers (#20609)
     add 10f5db8  Set dependencies in MappedOperator via XComArgs (#20931)

No new revisions were added by this update.

Summary of changes:
 airflow/models/baseoperator.py                | 27 +++++++------
 airflow/models/xcom_arg.py                    | 44 +++++++++++++--------
 airflow/serialization/enums.py                |  1 +
 airflow/serialization/serialized_objects.py   | 37 +++++++++++++++++-
 tests/models/test_baseoperator.py             | 15 ++++++++
 tests/serialization/test_dag_serialization.py | 55 +++++++++++++++++++++++++--
 6 files changed, 144 insertions(+), 35 deletions(-)