From e2cf66124cf23bd95342ef9fce802c86df20f809 Mon Sep 17 00:00:00 2001 From: Brian Jan Date: Tue, 9 Jan 2024 16:01:08 -0600 Subject: [PATCH 1/3] Update _enterprise-permissions-table.md Fixed project permissions at the project level --- website/snippets/_enterprise-permissions-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/snippets/_enterprise-permissions-table.md b/website/snippets/_enterprise-permissions-table.md index 3eb313e0f5b..72a72082c3a 100644 --- a/website/snippets/_enterprise-permissions-table.md +++ b/website/snippets/_enterprise-permissions-table.md @@ -84,7 +84,7 @@ The project roles enable you to work within the projects in various capacities. | Metadata | R | R | R | R | R | R | R | R | | R | R | | | Permissions | W | | R | R | R | | | | | | W | | | Profile | W | R | W | R | R | R | | | | R | R | | -| Projects | W | W | W | W | W | R | R | | | R | W | | +| Projects | W | R | R | R | R | R | R | | | R | R | | | Repositories | W | | R | R | W | | | | | R | R | | | Runs | W | R | R | W | R | W | R | | | R | R | | | Semantic Layer Config | W | R | W | R | R | R | | | W | R | R | | From ef73989df0c906e90bb936d50e08dc272e3af9b8 Mon Sep 17 00:00:00 2001 From: Aaron Bini Date: Thu, 28 Mar 2024 13:14:25 -0700 Subject: [PATCH 2/3] correct project write permissions --- website/snippets/_enterprise-permissions-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/snippets/_enterprise-permissions-table.md b/website/snippets/_enterprise-permissions-table.md index e152e667191..5eb06797901 100644 --- a/website/snippets/_enterprise-permissions-table.md +++ b/website/snippets/_enterprise-permissions-table.md @@ -84,7 +84,7 @@ The project roles enable you to work within the projects in various capacities. | Metadata | R | R | R | R | R | R | | R | R | | R | R | | | Permissions (Groups & Licenses) | W | | R | R | R | | | | | | | R | | | Profile (Credentials) | W | R | | R | R | R | | | | | R | | | -| Projects | W | W | W | W | W | R | | R | | | R | W | | +| Projects | W | R | W | R | W | R | | R | | | R | W | | | Repositories | W | | R | R | W | | | | | | R | R | | | Runs | W | R | R | W | R | W | W | R | | | R | R | | | Semantic Layer Config | W | R | W | R | R | R | | | | W | R | R | | From 4850f4b54a54378056bf7c52fb4a7824c2c70928 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Thu, 11 Apr 2024 21:52:45 +0100 Subject: [PATCH 3/3] Update _enterprise-permissions-table.md updating per convo [here](https://dbt-labs.slack.com/archives/C02NCQ9483C/p1712854127875899?thread_ts=1712853013.373529&cid=C02NCQ9483C) w @matthewshaver who addressed my [explicit question](https://dbt-labs.slack.com/archives/C02NCQ9483C/p1712853596648079?thread_ts=1712853013.373529&cid=C02NCQ9483C) --- website/snippets/_enterprise-permissions-table.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/snippets/_enterprise-permissions-table.md b/website/snippets/_enterprise-permissions-table.md index 5eb06797901..eba95a3590e 100644 --- a/website/snippets/_enterprise-permissions-table.md +++ b/website/snippets/_enterprise-permissions-table.md @@ -1,16 +1,16 @@ Key: -* (W)rite — Create new or modify existing. Includes `send`, `create`, `delete`, `allocate`, `modify`, and `read`. +* (W)rite — Create new or modify existing. Includes `send`, `create`, `delete`, `allocate`, `modify`, `develop`, and `read`. * (R)ead — Can view but can not create or change any fields. Permissions: -* Account-level permissions — Permissions related to management of the dbt Cloud account. For example, billing and account settings. +* Account-level permissions — Permissions related to the management of the dbt Cloud account. For example, billing and account settings. * Project-level permissions — Permissions related to the projects in dbt Cloud. For example, repos and access to the IDE or dbt Cloud CLI. ### Account roles -Account roles enable you to manage the dbt Cloud account and manage the account settings (for example, generating service tokens, inviting users, configuring SSO). They also provide project-level permissions. The **Account Admin** role is the highest level of access you can assign. +Account roles enable you to manage the dbt Cloud account and manage the account settings (for example, generating service tokens, inviting users, and configuring SSO). They also provide project-level permissions. The **Account Admin** role is the highest level of access you can assign. #### Account permissions for account roles @@ -84,7 +84,7 @@ The project roles enable you to work within the projects in various capacities. | Metadata | R | R | R | R | R | R | | R | R | | R | R | | | Permissions (Groups & Licenses) | W | | R | R | R | | | | | | | R | | | Profile (Credentials) | W | R | | R | R | R | | | | | R | | | -| Projects | W | R | W | R | W | R | | R | | | R | W | | +| Projects | W | W | W | W | W | R | | R | | | R | W | | | Repositories | W | | R | R | W | | | | | | R | R | | | Runs | W | R | R | W | R | W | W | R | | | R | R | | | Semantic Layer Config | W | R | W | R | R | R | | | | W | R | R | |