Reputation: 632
I have a metabase instance I'm migrating away from. It has both athena and rds database connections. How do I prevent users from editing existing cards and dashboards and creating new ones?
Upvotes: 0
Views: 164
Reputation: 188
If you are using collection you can set the collection level permission to user as view only. Please refer to this article Collection Permissions
If you want to set the permission on data level for user please check this article: Data level permission
You can also create a specific group from Admin settings and set it for view permission for a dashboard and add user to that group. It will allow user to only view the dashboard.
Upvotes: 2