willbarrett commented on issue #9447: How to increase max rows download in csv (not retrieval but download) URL: https://github.com/apache/incubator-superset/issues/9447#issuecomment-607952493 @Nathandrake01 if you're downloading via SQL Lab, you'll want to set a LIMIT on the query. Queries without LIMITs are automatically limited to the value of `DEFAULT_SQLLAB_LIMIT` - providing a larger LIMIT inside the query text will override that setting.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
