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 2021/11/05 17:20:20 UTC

[airflow] branch main updated (4b0aeb9 -> 8512e05)

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 4b0aeb9  Allow specifying kerberos keytab in the chart (#19054)
     add 8512e05  Fix serialization of Params with set data type (#19267)

No new revisions were added by this update.

Summary of changes:
 airflow/models/param.py                       |  4 +-
 airflow/serialization/schema.json             | 22 +++++++-
 airflow/serialization/serialized_objects.py   | 50 ++++++++++++++-----
 tests/serialization/test_dag_serialization.py | 72 ++++++++++++++++++++++++---
 4 files changed, 125 insertions(+), 23 deletions(-)