dosubot[bot] commented on issue #36291: URL: https://github.com/apache/superset/issues/36291#issuecomment-3581536340
<!-- Greeting --> Hi @slemos-cmyk! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the superset team. <!-- Answer --> The ALLOW_FULL_CSV_EXPORT flag is defined in Superset 5.0.0, but it isn't functionally implemented in the CSV export logic—setting it to True does not actually bypass row limits or change export behavior. CSV exports are still governed by row limits like ROW_LIMIT, DISPLAY_MAX_ROW, SQL_MAX_ROW, DEFAULT_SQLLAB_LIMIT, and QUERY_SEARCH_LIMIT. To export more rows, you need to increase these settings in your superset_config.py and restart the server or rebuild the frontend for changes to take effect [[source](https://github.com/apache/superset/discussions/33292)]. The feature flag is listed as "In Testing" and may not be fully implemented or bug-free [[source](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/RESOURCES/FEATURE_FLAGS.md#L43-L44)]. There is no explicit "Export full CSV/Excel" option in the UI for 5.0.0, and the backend code does not actively check this flag during export [[source](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/charts/data/api.py#L28-L429)]. If you need to export large datasets, consider using SQL Lab or direct database queries as a workaround. Keep an eye on future releases and pull requests for improvements to CSV export functionality [[source](https://github.com/apache/superset/pull/35478)]. <!-- 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/fd24e8e5-238c-4745-b196-40290b46720a?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/fd24e8e5-238c-4745-b196-40290b46720a?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/fd24e8e5-238c-4745-b196-40290b46720a?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/fd24e8e5-238c-4745-b196-40290b46720a?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/fd24e8e5-238c-4745-b196-40290b46720a?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/fd24e8e5-238c-4745-b196-40290b46720a?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/fd24e8e5-238c-4745-b196-40290b46720a?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github) [](https://cursor.com/link/prompt?text=The%20ALLOW_FULL_CSV_EXPORT%20flag%20is%20defined%20in%20Superset%205.0.0%2C%20but%20it%20isn%27t%20functionally%20implemented%20in%20the%20CSV%20export%20logic%E2%80%94setting%20it%20to%20True%20does%20not%20actually%20bypass%20row%20limits%20or%20change%20export%20behavior.%20CSV%20exports%20are%20still%20governed%20by%20row%20limits%20like%20ROW_LIMIT%2C%20DISPLAY_MAX_ROW%2C%20SQL_MAX_ROW%2C%20DEFAULT_SQLLAB_LIMIT%2C%20and%20QUERY_SEARCH_LIMIT.%20To%20export%20more%20rows%2C%20you%20need%20to%20increase%20these%20settings%20in%20your%20superset_config.py%20and%20restart%20the%20server%20or%20rebuild%20the%20frontend%20for%20changes%20to%20take%20effect%20%5B%5Bsource%5D%28https%3A//github.com/apache/superset/discussions/33292%29%5D.%20%0A%0AThe% 20feature%20flag%20is%20listed%20as%20%22In%20Testing%22%20and%20may%20not%20be%20fully%20implemented%20or%20bug-free%20%5B%5Bsource%5D%28https%3A//github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/RESOURCES/FEATURE_FLAGS.md%23L43-L44%29%5D.%20There%20is%20no%20explicit%20%22Export%20full%20CSV/Excel%22%20option%20in%20the%20UI%20for%205.0.0%2C%20and%20the%20backend%20code%20does%20not%20actively%20check%20this%20flag%20during%20export%20%5B%5Bsource%5D%28https%3A//github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/charts/data/api.py%23L28-L429%29%5D.%0A%0AIf%20you%20need%20to%20export%20large%20datasets%2C%20consider%20using%20SQL%20Lab%20or%20direct%20database%20queries%20as%20a%20workaround.%20Keep%20an%20eye%20on%20future%20releases%20and%20pull%20requests%20for%20improvements%20to%20CSV%20export%20functionality%20%5B%5Bsource%5D%28https%3A//github.com/apache/superset/pull/35478%29%5D.) [](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/issues/36291) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
