pohek321 commented on issue #19357: URL: https://github.com/apache/airflow/issues/19357#issuecomment-969336475
Just realized that the run state is returned in the Airflow logs, but the task is failing no matter what. In the logs, I do see this message: `ERROR - Could not serialize the XCom value into JSON. If you are using pickle instead of JSON for XCom, then you need to enable pickle support for XCom in your airflow config.` and the actual failure message `TypeError: Object of type RunState is not JSON serializable` Could this be why the task is failing? -- 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]
