FrankYang0529 commented on PR #68983: URL: https://github.com/apache/airflow/pull/68983#issuecomment-4815764072
> Hmm, I wonder if we should do this since Python’s Taskflow API does not support using an argument to pull from a custom key; it only supports the return value. Maybe we should remove `key` from Builder.XCom instead? Agreed, remove key from `Builder.XCom`. If user would like to pull a custom key, they still can do it via `client.getXCom(key=..., taskId=...)`. -- 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]
