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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
