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