This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 461caf367e8 docs(newsfragement): fix typos in 41762, 42060 and remove
unnecessary 41814 (#44181)
add 7a2fae0eeff Moved common SQL handler methods of common-sql-provider
into dedicated module (#43747)
No new revisions were added by this update.
Summary of changes:
.../airflow/providers/common/sql/hooks/handlers.py | 73 ++++++++++++++++++++++
.../sql/{sensors/sql.pyi => hooks/handlers.pyi} | 34 ++--------
.../src/airflow/providers/common/sql/hooks/sql.py | 60 +++++-------------
.../src/airflow/providers/common/sql/provider.yaml | 1 +
providers/tests/common/sql/hooks/test_handlers.py | 57 +++++++++++++++++
providers/tests/common/sql/hooks/test_sql.py | 10 +++
6 files changed, 163 insertions(+), 72 deletions(-)
create mode 100644 providers/src/airflow/providers/common/sql/hooks/handlers.py
copy providers/src/airflow/providers/common/sql/{sensors/sql.pyi =>
hooks/handlers.pyi} (60%)
create mode 100644 providers/tests/common/sql/hooks/test_handlers.py