ashb commented on code in PR #47008: URL: https://github.com/apache/airflow/pull/47008#discussion_r1967323905
########## providers/google/src/airflow/providers/google/cloud/links/base.py: ########## @@ -19,7 +19,8 @@ from typing import TYPE_CHECKING, ClassVar -from airflow.models import BaseOperatorLink, XCom +from airflow.models import XCom +from airflow.sdk.definitions.baseoperatorlink import BaseOperatorLink Review Comment: This will need to be a `if airflow3` conditional import -- 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]
