amiyabasak commented on issue #3140: URL: https://github.com/apache/superset/issues/3140#issuecomment-2023002362
a) Go to ssuperset_config.py or value.yml if using helm b) add SQLLAB_ASYNC_TIME_LIMIT_SEC = 60 * 60 * 6 # 6 hours SUPERSET_WEBSERVER_TIMEOUT = 3600 ROW_LIMIT = 50000000 VIZ_ROW_LIMIT = 50000000 SAMPLES_ROW_LIMIT = 50000000 FILTER_SELECT_ROW_LIMIT = 50000000 QUERY_SEARCH_LIMIT = 50000000 SQL_MAX_ROW = 500000000 DISPLAY_MAX_ROW = 50000000 DEFAULT_SQLLAB_LIMIT = 50000000 c) Go to Chart and SET ROW LIMIT to 0. ) will not come in drop down but you need to write it. Check the View query and you can see it is taking ROW_LIMIT 50000000 -- 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. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org