vikramkoka commented 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 -- 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]
