You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/14 23:51:25 UTC

[GitHub] [airflow] mik-laj edited a comment on pull request #13684: Bugfix: Return XCom Value in the XCom Endpoint API

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:
users@infra.apache.org