amoghrajesh commented on code in PR #58900:
URL: https://github.com/apache/airflow/pull/58900#discussion_r2580324030


##########
airflow-core/src/airflow/api_fastapi/core_api/routes/public/xcom.py:
##########
@@ -335,6 +336,6 @@ def update_xcom_entry(
         )
 
     # Update XCom entry
-    xcom_entry.value = XComModel.serialize_value(xcom_new_value)
+    xcom_entry.value = json.dumps(xcom_new_value)

Review Comment:
   Even with single serialisation, it's not good enough. Patch xcom API likely 
needs redesign. I can handle that separately.
   <img width="1125" height="305" alt="image" 
src="https://github.com/user-attachments/assets/55cd60b3-f747-4d8c-b4be-892e032f4131";
 />
   



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