kaxil commented on code in PR #57075: URL: https://github.com/apache/airflow/pull/57075#discussion_r2455276797
########## 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: Its fine here -- we only need it where BaseOperator is under if airflow_3_1_plus condition -- those are the place which suffer from xcom_push issue -- 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]
