ashb commented on a change in pull request #12327:
URL: https://github.com/apache/airflow/pull/12327#discussion_r523023365
##########
File path: airflow/models/xcom.py
##########
@@ -63,7 +63,7 @@ def init_on_load(self):
i.e automatically deserialize Xcom value when loading from DB.
"""
try:
- self.value = XCom.orm_deserialize_value(self)
+ self.value = self.orm_deserialize_value(self)
Review comment:
Can this be `self.orm_deserialize_value()`?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]