This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 2688d7ce6ff Remove Provider Deprecations in Common SQL (#44645)
add 8d1018e2b74 Remove Provider Deprecations in JDBC (#44662)
No new revisions were added by this update.
Summary of changes:
providers/src/airflow/providers/jdbc/CHANGELOG.rst | 13 +++++
.../airflow/providers/jdbc/operators/__init__.py | 17 ------
.../src/airflow/providers/jdbc/operators/jdbc.py | 62 ----------------------
providers/src/airflow/providers/jdbc/provider.yaml | 4 --
providers/tests/jdbc/operators/__init__.py | 17 ------
providers/tests/jdbc/operators/test_jdbc.py | 56 -------------------
6 files changed, 13 insertions(+), 156 deletions(-)
delete mode 100644 providers/src/airflow/providers/jdbc/operators/__init__.py
delete mode 100644 providers/src/airflow/providers/jdbc/operators/jdbc.py
delete mode 100644 providers/tests/jdbc/operators/__init__.py
delete mode 100644 providers/tests/jdbc/operators/test_jdbc.py