GitHub user dosubot[bot] added a comment to the discussion: Roles list of permissions
<!-- Answer --> Superset assigns permissions to Gamma and Alpha roles dynamically at startup, not from a static list. Gamma is a read-only role: it gets permissions like can_show, can_list, can_get, can_read on model views such as Dataset, Datasource, Database, and DynamicPlugin, but is excluded from any admin-only or alpha-only permissions. Alpha is more permissive: it can manage and edit resources like Alerts & Report, Annotation Layers, CSS Templates, Queries, and more, and has permissions like muldelete, all_database_access, and all_datasource_access, but still cannot access admin-only features. The full logic and the sets of permissions and view menus for each role are defined in the security manager code ([details here](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/security/manager.py)). If you want to see the actual permissions for these roles in your instance, you can check the Roles section in the UI or query the metadata database. <!-- 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/df633c2a-ba80-4ed5-9b14-dac21c54d621?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/df633c2a-ba80-4ed5-9b14-dac21c54d621?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/df633c2a-ba80-4ed5-9b14-dac21c54d621?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/df633c2a-ba80-4ed5-9b14-dac21c54d621?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/df633c2a-ba80-4ed5-9b14-dac21c54d621?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/df633c2a-ba80-4ed5-9b14-dac21c54d621?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/df633c2a-ba80-4ed5-9b14-dac21c54d621?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/34787) GitHub link: https://github.com/apache/superset/discussions/34787#discussioncomment-14175145 ---- This is an automatically sent email for notifications@superset.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@superset.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org