sudohainguyen commented on issue #13487: URL: https://github.com/apache/airflow/issues/13487#issuecomment-901541912
> > > > > enable_xcom_pickling = True > > > > > > > > > > > > This worked for me too. > > > > > > > > > Did not work for me. Any alternatives? > > > > > > any screenshots? > > <img alt="airflow_error_xcom_pickling" width="1744" src="https://user-images.githubusercontent.com/13835508/129924439-2215c450-fd91-45b8-a46c-4b7eda750901.png"> > > @sudohainguyen thanks for the screenshot First of all please make sure the last printed line from DockerOperator is string object (not datetime one), you might want to use `strftime()` method to parse the datetime to pure string -- 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]
