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


##########
airflow/api_fastapi/core_api/datamodels/xcom.py:
##########
@@ -57,3 +57,11 @@ class XComCollectionResponse(BaseModel):
 
     xcom_entries: list[XComResponse]
     total_entries: int
+
+
+class XComCreateRequest(BaseModel):

Review Comment:
   Recently, we merged 
https://github.com/apache/airflow/pull/44306#event-16125011345 . We now can use 
StrictBaseModel to forbid extra fields



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