patricker commented on issue #26752:
URL: https://github.com/apache/airflow/issues/26752#issuecomment-1261522787

   > > 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.
   > 
   > Hmm. I think we need to take closer look. Can you describe a way you did 
it? It kinda looks like you have a "table" object serialized somehow rather 
than primitive.
   
   @potiuk In looking at the code again, and the actual Log message, it looks 
like I accidentally tried to serialize a whole table row instead of the value 
of the first column of the table row.
   
   >Loaded BQ data with max 
data-landing.api.users_20220928_.updated_at=Row((datetime.datetime(2022, 9, 28, 
16, 57, 18, 752695, tzinfo=datetime.timezone.utc),), {'f0_': 0})
   
   This serialized row then causes issues in XCom. I'll see about fixing 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]

Reply via email to