vikramkoka edited a comment on issue #13812:
URL: https://github.com/apache/airflow/issues/13812#issuecomment-807355015


   @rochamc What database are you using? 
   Since you are using MySQL, I suspect you are hitting the database column 
size in MySQL. Airflow uses SQLAlchecmy BLOB on MySQL which limits the 
xcom.value to 65,535 bytes
   
   A similar issue was reported earlier 
https://github.com/apache/airflow/issues/9299


-- 
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:
[email protected]


Reply via email to