ashb commented on code in PR #53076: URL: https://github.com/apache/airflow/pull/53076#discussion_r2194470151
########## task-sdk/src/airflow/sdk/execution_time/comms.py: ########## @@ -304,7 +304,7 @@ class AssetEventSourceTaskInstance: def xcom_pull( self, *, - key: str = "return_value", # TODO: Make this a constant; see RuntimeTaskInstance. + key: str = "return_value", Review Comment: We've got the constant now don't we? ```suggestion key: str = BaseXCom.XCOM_RETURN_KEY, ``` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org