From 249c2ed434226d3fb4005fbee5aec8f4035aad98 Mon Sep 17 00:00:00 2001 From: Luis Paolini <paoliniluis@gmail.com> Date: Fri, 26 Feb 2021 10:05:55 -0300 Subject: [PATCH] Update details in 05-setting-permissions.md about raw querys (#14921) * Update 05-setting-permissions.md Adding a few words about raw query permissions * Update docs/administration-guide/05-setting-permissions.md Co-authored-by: Jeff Bruemmer <jeff@metabase.com> Co-authored-by: Jeff Bruemmer <jeff@metabase.com> --- docs/administration-guide/05-setting-permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration-guide/05-setting-permissions.md b/docs/administration-guide/05-setting-permissions.md index c2d852a0d43..4b914336209 100644 --- a/docs/administration-guide/05-setting-permissions.md +++ b/docs/administration-guide/05-setting-permissions.md @@ -57,7 +57,7 @@ At the database level, there are two different kinds of access you can set: data #### SQL (or native query) access - **Write raw queries:** can write new SQL/native queries using the SQL editor. This access level requires the group to additionally have Unrestricted data access for the database in question, since SQL queries can circumvent table-level permissions. -- **No access**: can't write or edit SQL/native queries using the SQL editor. Users with this level of access will still be able to view questions created from SQL/native queries. +- **No access**: can't view, write, or edit SQL/native queries. Users will still be able to view the results of questions created from SQL/native queries, but not the code itself. They also won't see the "View the SQL" button when composing custom questions in the notebook editor. If you select `Limit access` for one of your databases, your view will change to show the contents of that database. If the database utilizes namespaces or schemas, you’ll see a list of all the schemas in the database, and the level of data access each group has for them. Similarly, if you select `Limit access` on one of your schemas, you’ll drill down a level and see all the tables within it. From these views, you can navigate back by using the breadcrumb links in the top-left, and you can always drill down into a database or schema using the link under its name in the left column. -- GitLab