Skip to content

Commit

Permalink
Remove Provider Deprecations in JDBC (#44662)
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheffl authored Dec 5, 2024
1 parent 2688d7c commit 8d1018e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 156 deletions.
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.

0 comments on commit 8d1018e

Please sign in to comment.