Skip to content

Commit

Permalink
Deprecated DruidCheckOperator
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaljubce committed Dec 7, 2024
1 parent c09e9b5 commit f6a64c1
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 f6a64c1

Please sign in to comment.