Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Provider Deprecations in JDBC #44662

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions providers/src/airflow/providers/jdbc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@
Changelog
---------

main
....

Breaking changes
~~~~~~~~~~~~~~~~

.. warning::
All deprecated classes, parameters and features have been removed from the JDBC provider package.
The following breaking changes were introduced:

* Operators
* Remove ``airflow.providers.jdbc.operators.jdbc.JdbcOperator``. Please use ``airflow.providers.common.sql.operators.sql.SQLExecuteQueryOperator`` instead.

4.5.3
.....

Expand Down
17 changes: 0 additions & 17 deletions providers/src/airflow/providers/jdbc/operators/__init__.py

This file was deleted.

62 changes: 0 additions & 62 deletions providers/src/airflow/providers/jdbc/operators/jdbc.py

This file was deleted.

4 changes: 0 additions & 4 deletions providers/src/airflow/providers/jdbc/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ integrations:
logo: /integration-logos/jdbc/JDBC.png
tags: [protocol]

operators:
- integration-name: Java Database Connectivity (JDBC)
python-modules:
- airflow.providers.jdbc.operators.jdbc
hooks:
- integration-name: Java Database Connectivity (JDBC)
python-modules:
Expand Down
17 changes: 0 additions & 17 deletions providers/tests/jdbc/operators/__init__.py

This file was deleted.

56 changes: 0 additions & 56 deletions providers/tests/jdbc/operators/test_jdbc.py

This file was deleted.