How can we hide the “data” view that shows the Database and tables to the non-admin users in the home page :
If the user doesn’t have rights to query any database, the section disappears.
Though if that’s the case, in the new permissions model, you can’t run any questions or view any dashboards either as you won’t have permission to view the underlying data.
I guess you can only use Documents at that point?
You can view the questions without having rights to query any database. You just can’t create or edit.
The problem with the Models is they’re effectively saved questions. You need rights to view the model to view any questions based upon it.
The problem is I don’t want my users to able to explore the database tables but still are able to “drill through”.
When I revoke the access to the database or the table, the user loses the functionality to drill through even if the question is using a model.
