gogitub opened a new issue #9540: Row Limits not working as expected URL: https://github.com/apache/incubator-superset/issues/9540 Hi, Different config parameters in superset are not working as expected. values are ROW_LIMIT = 50000 VIZ_ROW_LIMIT = 1000 SQL_MAX_ROW = 100000 But the visualization (table View) shows Row Limit as 10000. i.e., VIZ_ROW_LIMIT is not working. If we increase the Row Limit to 102000, the report shows full data of 102000 rows. i.e., SQL_MAX_ROW is not working. Can anyone please share a document which explains what is the purpose of each parameter? Superset Version Using: 0.33.10402 on RHEL. Appreciate any pointers. Thanks.
---------------------------------------------------------------- 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]
