Skip to content
Discussion options

You must be logged in to vote

The query you used checks row-level security filter associations, but Superset's actual dataset access for roles is managed through PermissionView and ViewMenu tables, which link roles to dataset permissions. After you remove access to a dataset for a role, you should confirm that the relevant PermissionView entries (and their associations in ab_permission_view_role) for that dataset and role are deleted—this is what truly removes access in the database. Your query may show outdated results if row-level security filter records weren't cleaned up or if they're not directly tied to permission removal. For accurate verification, check that the role no longer has a datasource_access Permissi…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by inkerinmaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant