amoghrajesh commented on issue #50599: URL: https://github.com/apache/airflow/issues/50599#issuecomment-2889952993
> > [@sjyangkevin](https://github.com/sjyangkevin) can you please confirm if the xcom push part worked in 2.10.x? > > [@amoghrajesh](https://github.com/amoghrajesh) I iterated through multiple provider versions, the serialization issue was introduced after 1.4.0. @sjyangkevin from the history of it, it looks like the cohere provider moved to pydantic based xcom response in 1.4.0? We use the serializers that we have built in https://github.com/apache/airflow/blob/main/airflow-core/src/airflow/serialization/serde.py for serialization + deserialization of xcoms in airflow 3. Seems to me that the serializers arent able to encode the object right. Feel free to create an issue, we can chat there. But pls confirm if the 1.4.0 release time frame changed the object type -- 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]
