amoghrajesh commented on code in PR #47339:
URL: https://github.com/apache/airflow/pull/47339#discussion_r1988893787
##########
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:
Handled in dc8294832fe41ea7f9b4ad4628f7db841b9db063
--
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]