Truffula commented on issue #25630:
URL: https://github.com/apache/superset/issues/25630#issuecomment-1774339489

   As best as I can work out, this is the bare minimum list for an embedded 
dashboard with Drill By (currently) which I've applied to my Guest user:
   
   ```
   can read on Dashboard
   can read on Chart
   can read on DashboardFilterStateRestApi
   can write on DashboardFilterStateRestApi
   can time range on Api
   can samples on Datasource
   all datasource access on all_datasource_access*
   can explore on Superset**
   can fetch datasource metadata on Superset
   can read on Dataset
   ```
   
   *I think this needs a fix, should work with specified datasets, though I'm 
not sure if guest tokens restrict the datasets or leave it open to all
   **to address under this bug, should work with `can read on Explore`
   
   @cwegener you're right, `can explore Json on Superset` doesn't seem to be 
needed.


-- 
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]

Reply via email to