kaxil commented on code in PR #57130: URL: https://github.com/apache/airflow/pull/57130#discussion_r2454979750
########## providers/google/src/airflow/providers/google/cloud/links/base.py: ########## @@ -20,13 +20,13 @@ from typing import TYPE_CHECKING, ClassVar from urllib.parse import urlparse -from airflow.providers.common.compat.sdk import BaseOperatorLink, BaseSensorOperator, XCom -from airflow.providers.google.version_compat import AIRFLOW_V_3_0_PLUS, BaseOperator +from airflow.providers.common.compat.sdk import BaseOperator, BaseOperatorLink, BaseSensorOperator, XCom +from airflow.providers.google.version_compat import AIRFLOW_V_3_0_PLUS Review Comment: Keep the BaseOperator from version_compat: https://github.com/apache/airflow/blob/main/providers/google/src/airflow/providers/google/version_compat.py#L38-L48 ########## providers/google/src/airflow/providers/google/cloud/links/base.py: ########## @@ -20,13 +20,13 @@ from typing import TYPE_CHECKING, ClassVar from urllib.parse import urlparse -from airflow.providers.common.compat.sdk import BaseOperatorLink, BaseSensorOperator, XCom -from airflow.providers.google.version_compat import AIRFLOW_V_3_0_PLUS, BaseOperator +from airflow.providers.common.compat.sdk import BaseOperator, BaseOperatorLink, BaseSensorOperator, XCom +from airflow.providers.google.version_compat import AIRFLOW_V_3_0_PLUS Review Comment: Keep the BaseOperator from version_compat: https://github.com/apache/airflow/blob/f8f976dffcf3216e00b95667e0d9a4cbee112c94/providers/google/src/airflow/providers/google/version_compat.py#L38-L48 -- 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]
