Skip to content
Snippets Groups Projects
Unverified Commit ff06a45e authored by metabase-bot[bot]'s avatar metabase-bot[bot] Committed by GitHub
Browse files

docs - fix typo in db privileges (#31085) (#31159)


Co-authored-by: default avatarNatalie <nat@metabase.com>
parent 5563611f
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ Let's say you have customers named Tangerine and Lemon:
- Create new database users `metabase_tangerine` and `metabase_lemon`.
- Create a `customer_facing_analytics` role with the `CONNECT` privilege.
- Create roles to bundle privileges specific to each customer's use case. For example:
- `tangerine_queries` to bundle read privileges for people to query and create stored procedures against the Orange schema.
- `tangerine_queries` to bundle read privileges for people to query and create stored procedures against the Tangerine schema.
- `lemon_queries` to bundle read privileges for people to query tables in the Lemon schema.
- `lemon_actions` to bundle the write privileges needed to create [actions](#privileges-to-enable-actions) on a Lemonade table in the Lemon schema.
- Add each user to their respective roles.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment