mik-laj edited a comment on pull request #13684:
URL: https://github.com/apache/airflow/pull/13684#issuecomment-760550566


   
https://github.com/apache/airflow/blob/2fef2ab1bf0f8c727a503940c9c65fd5be208386/airflow/api_connexion/endpoints/xcom_endpoint.py#L97
   ```diff
   -    return xcom_collection_item_schema.dump(query_object)
   +    return xcom_schema.dump(query_object)
   ```
   That should fix the problem.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to