EBoisseauSierra opened a new issue #17983:
URL: https://github.com/apache/superset/issues/17983


   ## Problem
   
   I would like to curate my own Superset example dashboards (that would use 
“real” data and be user-specific), and that these dashboards appear in the 
“Example” tab in Superset landing page.
   
   ![Screenshot from 2022-01-10 
12-50-39_shadow](https://user-images.githubusercontent.com/37387755/148768806-ff0858d8-e6e5-45a8-8ea7-cedd50b43384.png)
   
   
   ## Describe the solution you'd like
   
   I would like to be able to define in a given dashboard settings, whether 
this dashboard is an Example dashboard or not — e.g. via a toggle switch.
   
   One might want to protect this feature with a specific privilege (so that 
only a few people can define the Examples of all users of the Superset 
instance).
   
   ## Alternatives considered
   
   As discussed [on 
Slack](https://apache-superset.slack.com/archives/C0170U650CQ/p1636630702324500),
 an “Example” dashboard is a dashboard which `created_by_fk` is `NULL`. My 
current workaround is to `UPDATE dashboards SET created_by_fk = NULL WHERE id = 
<my_dashboard_id>;` on the back-end database… but it's not exactly a good 
practice and I don't always have admin access to back-end dbs.
   
   ## Additional context
   
   This question is related to (yet distinct from) #17408 : we're here talking 
about the end result, not the back-end implementation.
   


-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to