ashb commented on code in PR #47339:
URL: https://github.com/apache/airflow/pull/47339#discussion_r1987150750


##########
task-sdk/src/airflow/sdk/definitions/baseoperatorlink.py:
##########
@@ -38,6 +37,8 @@ class XComOperatorLink(LoggingMixin):
     xcom_key: str
 
     def get_link(self, operator: BaseOperator, *, ti_key: TaskInstanceKey) -> 
str:
+        from airflow.sdk.execution_time.xcom import BaseXCom

Review Comment:
   And then change L52 to `XCom.get()` I think?



-- 
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]

Reply via email to