jscheffl commented on issue #42117:
URL: https://github.com/apache/airflow/issues/42117#issuecomment-2361924313
I tried to reproduce this if it is fixed with another fix I did in
2.10.2(rc1) but failed creating the XCom.
When using in code:
```
ti.xcom_push("non_json", {('201009_NB502104_0421_AHJY23BGXG (SEQ_WF:
138898)', None): 82359})
```
I get the error `TypeError: keys must be str, int, float, bool or None, not
tuple` already during task execution,
How did you generate the data or can you please paste a piece of the example
how you generated it?
Or even better, can you check if 2.10.2rc1 is fixing it already?
--
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]