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/11/16 07:51:46 UTC

[GitHub] [airflow] vietvudanh commented on issue #9299: Unable to store xcom because of MySQL BLOB type limitation

vietvudanh commented on issue #9299:
URL: https://github.com/apache/airflow/issues/9299#issuecomment-969971272


   I do not use xcom for data exchange but still get this error. It is because the key `return_value` of my BashOperator's output is too big; over 65,535 bytes.
   This is kind of annoying, is there config where airflow can just truncate the output to the max value, before inserting into database?


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