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/02/10 14:15:34 UTC

[GitHub] [airflow] THEdavehogue commented on issue #14159: Airflow crashes when DAG run triggered by POST request with oversized conf

THEdavehogue commented on issue #14159:
URL: https://github.com/apache/airflow/issues/14159#issuecomment-776733856


   > The post request gave a 200 I assume?
   > 
   > Are you on MySQL? I suspect what has happened is mysql, in its infinite wisdom, has silently trucated the JSON blob, so now the value in the DB is not valid JSON, but the post data was.
   
   exactly this. 200 response, DAG run created but sql errors due to truncation.


----------------------------------------------------------------
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:
users@infra.apache.org