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/02/27 01:33:02 UTC

[airflow] branch v1-10-stable updated (2ea5881 -> 2fa3774)

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

kaxilnaik pushed a change to branch v1-10-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 2ea5881  BugFix: fix the delete_dag function of json_client (#14441)
     add 2fa3774  Use CustomSQLAInterface instead of SQLAInterface (#14475)

No new revisions were added by this update.

Summary of changes:
 .../rules/use_customsqlainterface_class_rule.py    | 64 +++++++++++++++++
 .../test_use_customsqlainterface_class_rule.py     | 82 ++++++++++++++++++++++
 2 files changed, 146 insertions(+)
 create mode 100644 airflow/upgrade/rules/use_customsqlainterface_class_rule.py
 create mode 100644 tests/upgrade/rules/test_use_customsqlainterface_class_rule.py