rawwar commented on code in PR #44306:
URL: https://github.com/apache/airflow/pull/44306#discussion_r1935444207
##########
airflow/api_fastapi/core_api/datamodels/xcom.py:
##########
@@ -52,8 +52,8 @@ def value_to_string(cls, v):
return str(v) if v is not None else None
-class XComCollection(BaseModel):
- """List of XCom items."""
+class XComCollectionResponse(BaseModel):
Review Comment:
renamed this to have consistent naming
--
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]