Skip to content

Commit

Permalink
Remove provider deprecations in Apache Drill (apache#44575)
Browse files Browse the repository at this point in the history
* Removed deprecated code from apache beam provider

* Sphinx doc fix

* Deprecated DrillOperator

* Reverted non-related change
  • Loading branch information
kunaljubce authored and got686-yandex committed Jan 30, 2025
1 parent db2152b commit 264f50e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 60 deletions.
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

0 comments on commit 264f50e

Please sign in to comment.