You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/27 20:02:38 UTC

[GitHub] [airflow] potiuk commented on a diff in pull request #25350: Move all "old" SQL operators to common.sql providers

potiuk commented on code in PR #25350:
URL: https://github.com/apache/airflow/pull/25350#discussion_r931533843


##########
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:
   Very much so @josh-fell :). Fixed.



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org