fniko commented on issue #22569: URL: https://github.com/apache/superset/issues/22569#issuecomment-1375526290
I have adjusted file `superset_config.py` in `superset/docker/pythonpath_dev` and it works for me. I am using a `docker-compose` method, described [here](https://superset.apache.org/docs/installation/installing-superset-using-docker-compose/). I have appended following lines to the file. ```python # Custom (user) configuration below SUPERSET_WEBSERVER_TIMEOUT = 600 # Increasing queries timeout ROW_LIMIT = 1000000 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 ``` -- 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