amoghrajesh commented on code in PR #46719:
URL: https://github.com/apache/airflow/pull/46719#discussion_r1954346394
##########
airflow/api_fastapi/execution_api/routes/xcoms.py:
##########
@@ -147,7 +147,7 @@ def get_xcom(
)
try:
- xcom_value = BaseXCom.orm_deserialize_value(result)
+ BaseXCom.orm_deserialize_value(result)
Review Comment:
We would definitely. I think it was added in the past to check for any
"wrong" data in the xcom table so that we dont have to deal with the deser
issues in the task runner and it can be caught in the API server directly.
I can remove it, but WDYT about that reasoning?
--
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]