Skip to content

Commit

Permalink
Deprecated DruidCheckOperator (#44765)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaljubce authored Dec 7, 2024
1 parent 75b24e8 commit 6925162
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 39 deletions.
11 changes: 11 additions & 0 deletions providers/src/airflow/providers/apache/druid/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@
Changelog
---------

main
.....

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

* Operators

* Removed ``DruidCheckOperator``. Please use ``airflow.providers.common.sql.operators.sql.SQLCheckOperator`` instead.

3.12.1
......

Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion providers/src/airflow/providers/apache/druid/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ operators:
- integration-name: Apache Druid
python-modules:
- airflow.providers.apache.druid.operators.druid
- airflow.providers.apache.druid.operators.druid_check

hooks:
- integration-name: Apache Druid
Expand Down

0 comments on commit 6925162

Please sign in to comment.