kaxil commented on code in PR #46719:
URL: https://github.com/apache/airflow/pull/46719#discussion_r1956536132
##########
airflow/api_fastapi/execution_api/datamodels/xcom.py:
##########
@@ -26,5 +26,5 @@ class XComResponse(BaseModel):
"""XCom schema for responses with fields that are needed for Runtime."""
key: str
- value: Any
+ value: JsonValue
Review Comment:
Re-generate datamodels too to update the type:
https://github.com/apache/airflow/blob/8f63b828ace09b1095229f22b0c6d1f0f85ea81a/task_sdk/src/airflow/sdk/api/datamodels/_generated.py#L244-L250
--
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]