kaxil commented on code in PR #44101:
URL: https://github.com/apache/airflow/pull/44101#discussion_r1845604747
##########
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:
Oh which one says Body?
--
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]