potiuk commented on code in PR #25350: URL: https://github.com/apache/airflow/pull/25350#discussion_r931606453
########## 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: Ah. That's correct we did not need DruidCheck - plain SQLcheck was enough passing Druid Hook. So all is good after my corrections. -- 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]
