kaxil commented on code in PR #47918:
URL: https://github.com/apache/airflow/pull/47918#discussion_r2001434412
##########
airflow/models/taskinstance.py:
##########
@@ -550,7 +550,7 @@ def _xcom_pull(
if first is None: # No matching XCom at all.
return default
if map_indexes is not None or first.map_index < 0:
- return XComModel.deserialize_value(first)
+ return first.value
Review Comment:
But this is causing us to special case it in
https://github.com/apache/airflow/pull/47918/files#r2001428628
--
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]