GitHub user dosubot[bot] added a comment to the discussion: When the row limit is set to a value greater than 100,000, the chart cannot be saved.
<!-- Answer --> This is a known bug in Superset 4.1.1: when you set the Row Limit above 100,000, the chart cannot be saved or updated, and the "Update chart" button is disabled due to frontend validation, even though the backend query runs correctly and returns data. The row limit is not hard-coded; it's configurable via `SQL_MAX_ROW` and `TABLE_VIZ_MAX_ROW_SERVER` in your Superset config, but the frontend currently blocks saving charts with a row limit above the default maximum. There is no documented workaround for this limitation yet. For more details, see [this discussion](https://github.com/apache/superset/discussions/35024) and [issue #31626](https://github.com/apache/superset/issues/31626). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/3277bb5a-6fd4-470f-9492-ac4f265cb21c?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/3277bb5a-6fd4-470f-9492-ac4f265cb21c?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/3277bb5a-6fd4-470f-9492-ac4f265cb21c?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/3277bb5a-6fd4-470f-9492-ac4f265cb21c?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/3277bb5a-6fd4-470f-9492-ac4f265cb21c?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/3277bb5a-6fd4-470f-9492-ac4f265cb21c?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/3277bb5a-6fd4-470f-9492-ac4f265cb21c?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)& nbsp;[](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/35024) GitHub link: https://github.com/apache/superset/discussions/35024#discussioncomment-14313517 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
