You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/05/24 09:53:19 UTC

[GitHub] LoicSan opened a new issue #5072: Limit in "Upload CSV data"

LoicSan opened a new issue #5072: Limit in "Upload CSV data"
URL: https://github.com/apache/incubator-superset/issues/5072
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included it here as text if any
   - [ ] I have reproduced the issue with at least the latest released version of superset
   - [ ] I have checked the issue tracker for the same issue and I haven't found one similar
   
   ### Superset version
   superset 0.25.5
   
   ### Expected results
   Import the 27000 lines from my csv input data. I
   
   ### Actual results
   superset/lib/python2.7/site-packages/werkzeug/wrappers.py:1116: UserWarning: The "session" cookie is too large: the value was 275662 bytes but the header required 26 extra bytes. The final size was 275688 bytes but the limit is 4093 bytes. Browsers may silently ignore cookies larger than this.
     samesite=samesite
   [24/May/2018 10:39:13] "POST /csvtodatabaseview/form HTTP/1.1" 302 -
   2018-05-24 10:39:17,241:INFO:werkzeug:XX.XX.XX.XX - - [24/May/2018 10:39:17] "GET /csvtodatabaseview/form HTTP/1.1" 200 -
   
   ### Steps to reproduce
   This problem occurs when you try to upload a large csv file. It's annoying because most of the time we do not connect directly to the database but load an extraction of it.
   How can we get around this ?
   
   Regards.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org