This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I want to be able to specify which dashboards are listed on the “Example” tab of the landing page #17983
Labels
dashboard:sample
Related to sample dashboards
enhancement:request
Enhancement request submitted by anyone from the community
need:consensus
Requires consensus
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.
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, an “Example” dashboard is a dashboard which
created_by_fk
isNULL
. My current workaround is toUPDATE 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.
The text was updated successfully, but these errors were encountered: