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/04/06 19:48:30 UTC

[airflow] branch main updated (22e7d478a3 -> 93b218a2bb)

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 22e7d478a3 Fix ``SQLALchemy`` warning about conflicting relationships (#22786)
     add 93b218a2bb Serialize mapped operator expansion kwargs logic (#22792)

No new revisions were added by this update.

Summary of changes:
 airflow/decorators/base.py                    | 13 ++++---------
 airflow/models/mappedoperator.py              | 17 +++++++++++------
 airflow/serialization/serialized_objects.py   |  1 +
 tests/serialization/test_dag_serialization.py |  3 +++
 4 files changed, 19 insertions(+), 15 deletions(-)