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/31 20:58:27 UTC

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

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


   > I was encountering the same issue but I change one line in config file to `enable_xcom_pickling = True` and then it's working fine now.
   
   If you ara using Docker image, into the file docker-compose.yaml, in the section of enviroment put the next line
     
   AIRFLOW__CORE__ENABLE_XCOM_PICKLING: 'true'


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