We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Even after setting ROW_LIMIT and SQL_MAX_ROW in the config file at /app/superset_config.py file the row limit is not increasing while creating charts.
SQL_MAX_ROW = 10000000 ROW_LIMIT = 10000000
How do i increase the row limit in superset ?
3.1.0
3.9
18 or greater
Chrome
No response
The text was updated successfully, but these errors were encountered:
Tried these config as well
# 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
Sorry, something went wrong.
Hi @shubhshah01. This was fixed by #26807 and it will be included in 3.1.1 which is currently being voted and should be available next week.
No branches or pull requests
Bug description
Even after setting ROW_LIMIT and SQL_MAX_ROW in the config file at /app/superset_config.py file the row limit is not increasing while creating charts.
How do i increase the row limit in superset ?
How to reproduce the bug
Screenshots/recordings
Superset version
3.1.0
Python version
3.9
Node version
18 or greater
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: