patricker commented on issue #26752:
URL: https://github.com/apache/airflow/issues/26752#issuecomment-1261334878
I've tested #26277, it's good.
I was testing #26285, and there is something off with the way I wrote the
value to XCom. The Max Value shows correctly in the text logs, but when it's
written to XCom there is some kind of serialization issue, and it throws an
error in the web ui when I try to view it.
```
File "/usr/local/lib/python3.9/site-packages/airflow/models/xcom.py", line
600, in deserialize_value
return pickle.loads(result.value)
File
"/usr/local/lib/python3.9/site-packages/google/cloud/bigquery/table.py", line
1409, in __getattr__
value = self._xxx_field_to_index.get(name)
File
"/usr/local/lib/python3.9/site-packages/google/cloud/bigquery/table.py", line
1409, in __getattr__
value = self._xxx_field_to_index.get(name)
File
"/usr/local/lib/python3.9/site-packages/google/cloud/bigquery/table.py", line
1409, in __getattr__
value = self._xxx_field_to_index.get(name)
[Previous line repeated 957 more times]
RecursionError: maximum recursion depth exceeded
```
--
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]