kaxil commented on code in PR #44101:
URL: https://github.com/apache/airflow/pull/44101#discussion_r1846561480


##########
airflow/api_fastapi/execution_api/datamodels/xcom.py:
##########
@@ -28,3 +28,10 @@ class XComResponse(BaseModel):
     key: str
     value: Any
     """The returned XCom value in a JSON-compatible format."""
+
+
+class XComValuePayload(BaseModel):

Review Comment:
   aah those are for the public API, I was looking for the Execution API which 
we don't intend for public to consume outside of Task SDKs



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