AlekseiSaff commented on issue #37871:
URL: https://github.com/apache/airflow/issues/37871#issuecomment-1977817729

   From what I realize can't see/get some xcom objects anymore .
   
   Mar  4 10:58:14 lt-hkg1-avm04 airflow: File 
"/usr/local/lib/python3.9/site-packages/sqlalchemy/event/attr.py", line 346, in 
__call__
   Mar  4 10:58:14 lt-hkg1-avm04 airflow: fn(*args, **kw)
   Mar  4 10:58:14 lt-hkg1-avm04 airflow: File 
"/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/mapper.py", line 3702, 
in _event_on_load
   Mar  4 10:58:14 lt-hkg1-avm04 airflow: 
instrumenting_mapper._reconstructor(state.obj())
   Mar  4 10:58:14 lt-hkg1-avm04 airflow: File 
"/usr/local/lib/python3.9/site-packages/airflow/models/xcom.py", line 132, in 
init_on_load
   Mar  4 10:58:14 lt-hkg1-avm04 airflow: self.value = 
self.orm_deserialize_value()
   Mar  4 10:58:14 lt-hkg1-avm04 airflow: File 
"/usr/local/lib/python3.9/site-packages/airflow/models/xcom.py", line 705, in 
orm_deserialize_value
   Mar  4 10:58:14 lt-hkg1-avm04 airflow: return 
BaseXCom._deserialize_value(self, True)
   Mar  4 10:58:14 lt-hkg1-avm04 airflow: File 
"/usr/local/lib/python3.9/site-packages/airflow/models/xcom.py", line 689, in 
_deserialize_value
   Mar  4 10:58:14 lt-hkg1-avm04 airflow: return 
json.loads(result.value.decode("UTF-8"), cls=XComDecoder, 
object_hook=object_hook)
   Mar  4 10:58:14 lt-hkg1-avm04 airflow: UnicodeDecodeError: 'utf-8' codec 
can't decode byte 0x80 in position 0: invalid start byte


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