etr2460 commented on a change in pull request #8389: Allow bypassing DISPLAY_MAX_ROW URL: https://github.com/apache/incubator-superset/pull/8389#discussion_r335728623
########## File path: docs/sqllab.rst ########## @@ -122,3 +122,13 @@ database configuration: Here, "version" should be the version of your Presto cluster. Support for this functionality was introduced in Presto 0.319. + +Fetching data programmatically +------------------------------ + +For some use cases, the Superset backend can be used programmatically by other +applications. When retrieving results from asynchronous queries ran in SQL Lab +from the results backend, the config `DISPLAY_MAX_ROW` will still be applied, +even though the results might not necessarily be rendered in a display. In order +to bypass the limit you can pass the query parameter `bypass_display_limit=true` Review comment: oh yeah, i like `ignore_display_limit` better personally ---------------------------------------------------------------- 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]
