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 23:28:18 UTC

[airflow] branch main updated (b590cc8 -> 93d2a16)

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 b590cc8  Fix Serialization when``relativedelta`` is passed as ``schedule_interval``  (#19418)
     add 93d2a16  Fix bug when checking for existence of a Variable (#19395)

No new revisions were added by this update.

Summary of changes:
 airflow/models/variable.py             |  3 ++-
 tests/secrets/test_local_filesystem.py | 24 +++++++++++++++++--
 tests/secrets/test_secrets.py          | 44 ++++++++++++++++++++++++++++++++--
 3 files changed, 66 insertions(+), 5 deletions(-)