vikramkoka edited a comment on issue #9299: URL: https://github.com/apache/airflow/issues/9299#issuecomment-752188981
Just as a note, the maximum xcom value to be stored is defined as being 49344 bytes. In the code, this is defined as MAX_XCOM_SIZE = 49344 However, this does not seem to be used consistently. In practice, this seems to be database column size dependent. The one way to bypass this limitation is to use a custom_xcom_backend for persistence. ---------------------------------------------------------------- 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]
