So we have been using Apache Superset, It's a great tool.
The only frustration come from that there are a few dashboards we want to share with users outside the company.
I believe right now the way to do it is go from the Gamma user then create a read only role (Correct me if I'm wrong)
There are a few downside of this:
- we need to create a view per user on each table to make sure that they do not see the records that they are not supposed to.
- the access is given by datasource, so they will be able to see any dashboard that use the same datasource, which can be a problem sometimes.
- all of these authentication is a lot of work to maintain.
I'm wondering if there is any way (or even hack) to simply share the graphs and tables as a dashboard, without any database access granted.
Like a frozen or snapshot of dashboard, like the way Redash does it: https://redash.io/help/user-guide/dashboards/sharing-dashboards