uranusjr opened a new pull request, #26343:
URL: https://github.com/apache/airflow/pull/26343

   This adds an optional `deserialize=true` query param to the XCom entry 
retrieval endpoint. When set, the webserver would call `deserialize_value` 
against the XCom entry, instead of the cheaper `orm_deserialize_value`, for the 
user to retrieve the "real" XCom value.
   
   Fix #26174.


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