You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2022/09/03 13:23:02 UTC

[airflow] branch main updated (28d7876b4c -> b6ba11ebec)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 28d7876b4c Replace license setup.cfg file pre-commit with Python (#26140)
     add b6ba11ebec Make ``BaseSerialization.serialize`` "public" to other classes. (#26142)

No new revisions were added by this update.

Summary of changes:
 airflow/serialization/serialized_objects.py   | 78 +++++++++++++--------------
 airflow/utils/sqlalchemy.py                   |  8 +--
 tests/serialization/test_dag_serialization.py | 24 ++++-----
 tests/utils/test_sqlalchemy.py                |  6 +--
 4 files changed, 58 insertions(+), 58 deletions(-)