codenamelxl commented on issue #31882: URL: https://github.com/apache/superset/issues/31882#issuecomment-3138423020
> [@codenamelxl](https://github.com/codenamelxl) This does not fix mentioned issue. Issue is more like let's assume I have 10 table, I created role for 1 table when I applied role like that to non-admin user who has access to only sqllab. It can not see tableschema but with your mentioned permission it just give access to all 10 tables which is bad idea for us. This feature was working till V4.1 Could you check whether you also grant `database access on ...` or `schema access on ...` to that user? The MR only grant permissison for `sql_lab` to see the table schema, it does not control what table the user can see. -- 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]
