josh-fell commented on code in PR #25350:
URL: https://github.com/apache/airflow/pull/25350#discussion_r931558830


##########
airflow/operators/druid_check_operator.py:
##########
@@ -22,7 +22,7 @@
 from airflow.providers.apache.druid.operators.druid_check import 
DruidCheckOperator  # noqa
 
 warnings.warn(
-    "This module is deprecated. Please use 
`airflow.operators.sql.SQLCheckOperator`.",
+    "This module is deprecated. Please use 
`airflow.providers.apache.druid.operators.druid_check` module.",

Review Comment:
   ```suggestion
       "This module is deprecated. Please use 
`airflow.providers.common.operators.sql` module.",
   ```
   Looks like the `DruidCheckOperator` and the module is also deprecated and 
points to the `SQLCheckOperator`. Deprecation inception.



##########
airflow/providers/apache/druid/operators/druid_check.py:
##########
@@ -17,7 +17,7 @@
 # under the License.
 import warnings
 
-from airflow.operators.sql import SQLCheckOperator
+from airflow.providers.common.sql.operators.sql import SQLCheckOperator

Review Comment:
   One more deprecation message is hiding for `DruidCheckOperator`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to