josh-fell commented on code in PR #25350: URL: https://github.com/apache/airflow/pull/25350#discussion_r931517038
########## airflow/operators/check_operator.py: ########## @@ -20,7 +20,7 @@ import warnings -from airflow.operators.sql import ( +from airflow.providers.common.sql.operators.sql import ( Review Comment: Should the deprecation warnings in this file and others also reflect the new import path to use? -- 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]
