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/08/18 15:08:07 UTC

[GitHub] [airflow] urig commented on issue #13487: DockerOperator Could not serialize the XCom value into JSON

urig commented on issue #13487:
URL: https://github.com/apache/airflow/issues/13487#issuecomment-901194382


   I too am experiencing this issue when running `DockerOperator` in Docker Compose. Working around it by setting ` AIRFLOW__CORE__ENABLE_XCOM_PICKLING: 'true'` does not work for me so I am forced to disable XCOM for the operators with `do_xcom_push = False`.
   
   I would love for this issue to get a higher priority. Alternatively can the core team give pointers for how to fix it so the community could propose a PR?


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org