dosubot[bot] commented on issue #31466: URL: https://github.com/apache/superset/issues/31466#issuecomment-2544814049
<!-- Answer --> I found a similar unsolved discussion titled "RLS do not show all roles in dropdown" on GitHub, which might be related to the issue you're experiencing <sup>[[1]](https://github.com/apache/superset/discussions/31439)</sup>. Regarding the issue of a hard limit on the number of roles returned by the API and displayed in the dropdown, it seems that the `AsyncSelect` component is involved in fetching roles. This component uses pagination parameters such as `page` and `pageSize`, with a default `pageSize` of 10 <sup>[[2]](https://github.com/apache/superset/blob/master/superset-frontend/src/components/Select/AsyncSelect.tsx)</sup>. However, there is no specific information available about a hard limit of 100 roles in the backend or in the `superset_config.py` file. To address this issue, you might want to investigate the backend code handling the `/api/v1/rowlevelsecurity/related/roles` endpoint for any pagination logic or limits. Additionally, reviewing the `superset_config.py` file for any settings related to API pagination or limits could be helpful, although no specific settings were found in the available information. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/3444a9bf-c4ad-49e1-8c90-62761b425b38?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/3444a9bf-c4ad-49e1-8c90-62761b425b38?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/3444a9bf-c4ad-49e1-8c90-62761b425b38?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/3444a9bf-c4ad-49e1-8c90-62761b425b38?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/3444a9bf-c4ad-49e1-8c90-62761b425b38?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/3444a9bf-c4ad-49e1-8c90-62761b425b38?feedback_type=other)</sup> -- 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-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org