lugitpl commented on issue #27900: URL: https://github.com/apache/superset/issues/27900#issuecomment-2736625921
I have this basic permission set up for just a viewing user: - can read on CssTemplate - can read on Chart - can read on Dataset - can read on Dashboard - can read on Database - can read on Query - can userinfo on UserDBModelView - can invalidate on CacheRestApi - can read on DashboardFilterStateRestApi - can read on Explore - can read on Tag - can time range on Api - can fetch datasource metadata on Superset - can explore json on Superset - can log on Superset - can dashboard on Superset - can warm up cache on Superset - can recent activity on Log - can grant guest token on SecurityRestApi - can csv on Superset and just for drilling to be able I use: - can drill on Dashboard - can samples on Datasource - can write on ExploreFormDataRestApi datasource access on [...] I put in a separate role for specific dataset in dashboard. It works all fine for me and I don't use can explore on superset. -- 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]
