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


##########
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:
   I noticed that we either use the term "Payload" or "Body" across all 
endpoints. Do you think it's better we call them "Body" as the majority of the 
endpoints use that? 



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