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 Apache Drill #44575

10 changes: 10 additions & 0 deletions providers/src/airflow/providers/apache/drill/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@
Changelog
---------

main
.....

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

* Operators

* Removed ``DrillOperator``. Please use ``airflow.providers.common.sql.operators.sql.SQLExecuteQueryOperator`` instead.

2.8.1
.....
Expand Down
55 changes: 0 additions & 55 deletions providers/src/airflow/providers/apache/drill/operators/drill.py

This file was deleted.

5 changes: 0 additions & 5 deletions providers/src/airflow/providers/apache/drill/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ integrations:
logo: /integration-logos/apache/drill.png
tags: [apache]

operators:
- integration-name: Apache Drill
python-modules:
- airflow.providers.apache.drill.operators.drill

hooks:
- integration-name: Apache Drill
python-modules:
Expand Down