You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2023/01/09 12:05:13 UTC

[GitHub] [superset] fniko commented on issue #22569: Not able to increase superset row limit in table chart

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-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org