I have some dashboards that can't be seen by any other user than the owners of that dashboard.I tried to create a new role, Visualizer, in superset with these permissions:
can list on DashboardModelView,
menu access on Dashboards,
can show on DashboardModelView,
can list on DashboardModelViewAsync,
can dashboard on Superset,
can list on SliceModelView,
can show on SliceModelView,
can download on DashboardModelView,
can show on DashboardModelViewAsync,
can fave dashboards on Superset,
mulexport on DashboardModelView
But it not works. What I'm missing?
Thanks!