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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
