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/01/21 21:43:37 UTC

[GitHub] [airflow] kaxil commented on issue #13812: After migrating from version 1.10.12 to 2.0.0, SimpleHttpOperator produces the error "Data too long for column 'value' at row 1" when pushing to XCOM

kaxil commented on issue #13812:
URL: https://github.com/apache/airflow/issues/13812#issuecomment-764960063


   https://github.com/apache/airflow/blob/master/UPDATING.md#the-default-value-for-core-enable_xcom_pickling-has-been-changed-to-false
   You can turn this back to `True`: 
   
   ```ini
   [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.

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