amoghrajesh commented on code in PR #57075: URL: https://github.com/apache/airflow/pull/57075#discussion_r2454128068
########## providers/common/sql/src/airflow/providers/common/sql/operators/generic_transfer.py: ########## @@ -22,9 +22,9 @@ from typing import TYPE_CHECKING, Any from airflow.exceptions import AirflowException +from airflow.providers.common.compat.sdk import BaseHook, BaseOperator Review Comment: cc @kaxil BaseOperator has to be imported from `version_compat` right? -- 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]
