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 08:12:58 UTC

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

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


   It's the problem with your Bash script. By default Bash operator will store LAST LINE of your output to XCom: see the documentation http://airflow.apache.org/docs/apache-airflow/stable/_api/airflow/operators/bash/index.html#module-airflow.operators.bash 
   
   If your Bash prints 65k last line then yes, this is the problem you will get at. 


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