amoghrajesh commented on code in PR #47339:
URL: https://github.com/apache/airflow/pull/47339#discussion_r1998071726
##########
providers/common/io/src/airflow/providers/common/io/xcom/backend.py:
##########
@@ -149,7 +145,7 @@ def serialize_value( # type: ignore[override]
return BaseXCom.serialize_value(str(p))
@staticmethod
- def deserialize_value(result: XCom) -> Any:
+ def deserialize_value(result) -> Any:
Review Comment:
Slightly difficult to do that right now, I will revisit it
--
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]