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


##########
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:
   We shouldn't be using this as "BaseXCom" really -- that feels like an odd 
interface. I think the we should do the "export it as XCom" that we did before.



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