ROW_LIMIT and SQL_MAX_ROW set to 10M but charts/tables still capped at 500k rows after full rebuild #39716
Replies: 1 comment
-
|
@FrancescoCastaldi The 500k cap you're hitting is almost certainly coming from Superset's A few things to check:
Your config looks correct on paper. The most likely culprit is either the config not being loaded properly or individual charts still having the old row limit saved in their form data. To reply, just mention @dosu. Docs are dead. Just use Dosu. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Despite setting all row-related configuration values to 10,000,000 in the superset_config.py file, charts and table visualizations are still being capped at approximately 500,000 rows, even after a full rebuild of the application.
Is there an additional limit enforced at the visualization layer (per chart type or dataset level) that overrides these global settings?
I'm using v6.0.0
thanks
Beta Was this translation helpful? Give feedback.
All reactions