From 231aa0c87465f8a417008a679ab86565c89ebb82 Mon Sep 17 00:00:00 2001 From: Ly Nguyen Date: Wed, 8 Nov 2023 15:02:12 -0800 Subject: [PATCH 1/2] Update prereqs for webhooks --- website/docs/docs/deploy/webhooks.md | 1 - 1 file changed, 1 deletion(-) diff --git a/website/docs/docs/deploy/webhooks.md b/website/docs/docs/deploy/webhooks.md index 069e7a3e283..bf12a8d9ca8 100644 --- a/website/docs/docs/deploy/webhooks.md +++ b/website/docs/docs/deploy/webhooks.md @@ -31,7 +31,6 @@ You can also check out the free [dbt Fundamentals course](https://courses.getdbt - For `write` access to webhooks: - **Enterprise plan accounts** — Permission sets are the same for both API service tokens and the dbt Cloud UI. You, or the API service token, must have the [Account Admin](/docs/cloud/manage-access/enterprise-permissions#account-admin), [Admin](/docs/cloud/manage-access/enterprise-permissions#admin), or [Developer](/docs/cloud/manage-access/enterprise-permissions#developer) permission set. - **Team plan accounts** — For the dbt Cloud UI, you need to have a [Developer license](/docs/cloud/manage-access/self-service-permissions). For API service tokens, you must assign the service token to have the [Account Admin or Member](/docs/dbt-cloud-apis/service-tokens#team-plans-using-service-account-tokens) permission set. -- You have a multi-tenant deployment model in dbt Cloud. For more information, refer to [Tenancy](/docs/cloud/about-cloud/tenancy). ## Create a webhook subscription {#create-a-webhook-subscription} From 40e3ebffec8e24c204c7943a1b5cbac70b88a86a Mon Sep 17 00:00:00 2001 From: Ly Nguyen Date: Wed, 8 Nov 2023 15:07:16 -0800 Subject: [PATCH 2/2] Clarify tenancy --- website/docs/docs/deploy/webhooks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/docs/deploy/webhooks.md b/website/docs/docs/deploy/webhooks.md index bf12a8d9ca8..123cb6ef39f 100644 --- a/website/docs/docs/deploy/webhooks.md +++ b/website/docs/docs/deploy/webhooks.md @@ -31,6 +31,7 @@ You can also check out the free [dbt Fundamentals course](https://courses.getdbt - For `write` access to webhooks: - **Enterprise plan accounts** — Permission sets are the same for both API service tokens and the dbt Cloud UI. You, or the API service token, must have the [Account Admin](/docs/cloud/manage-access/enterprise-permissions#account-admin), [Admin](/docs/cloud/manage-access/enterprise-permissions#admin), or [Developer](/docs/cloud/manage-access/enterprise-permissions#developer) permission set. - **Team plan accounts** — For the dbt Cloud UI, you need to have a [Developer license](/docs/cloud/manage-access/self-service-permissions). For API service tokens, you must assign the service token to have the [Account Admin or Member](/docs/dbt-cloud-apis/service-tokens#team-plans-using-service-account-tokens) permission set. +- You have a multi-tenant or an AWS single-tenant deployment model in dbt Cloud. For more information, refer to [Tenancy](/docs/cloud/about-cloud/tenancy). ## Create a webhook subscription {#create-a-webhook-subscription}