MaksYermak commented on PR #49455:
URL: https://github.com/apache/airflow/pull/49455#issuecomment-2820869818
@amoghrajesh @kaxil what do you think about adding information about `tuple`
serialization and deserialization?
In AF2 when users push this value to xcom `[("a", "b"), ("c", "d")]` then
the result for xcom_pull will be like this `[['a', 'b'], ['c', 'd']]`. In AF3
this bug was fixed.
--
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]