From 9bccc3ea7c3573764226b1766cdaa5d514ca0475 Mon Sep 17 00:00:00 2001 From: Cameron Afzal Date: Thu, 14 Sep 2023 18:32:01 -0700 Subject: [PATCH 1/2] Correcting AWS ST feature availability --- website/snippets/cloud-feature-parity.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/snippets/cloud-feature-parity.md b/website/snippets/cloud-feature-parity.md index 1adfb5882c2..2e57402d4aa 100644 --- a/website/snippets/cloud-feature-parity.md +++ b/website/snippets/cloud-feature-parity.md @@ -5,8 +5,8 @@ The following table outlines which dbt Cloud features are supported on the diffe | Scheduler | ✅ | ✅ | ✅ | | Cloud IDE | ✅ | ✅ | ✅ | | Audit logs | ✅ | ✅ | ✅ | -| Discovery API | ✅ | ✅ (select customers) | ❌ | -| Webhooks (Outbound) | ✅ | ❌ | ❌ | +| Discovery API | ✅ | ✅ | ❌ | +| Webhooks (Outbound) | ✅ | ✅ | ❌ | | Continuous Integration, including CI jobs | ✅ | ✅ | ✅ | | Semantic Layer | ✅ (North America Only) | ❌ | ❌ | | IP Restrictions | ✅ | ✅ | ✅ | From 7d4cf11203bf2e128a6bae5613a6315754a24b04 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 15 Sep 2023 09:56:28 +0100 Subject: [PATCH 2/2] Update website/snippets/cloud-feature-parity.md --- website/snippets/cloud-feature-parity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/snippets/cloud-feature-parity.md b/website/snippets/cloud-feature-parity.md index 2e57402d4aa..7bc6c91e9ba 100644 --- a/website/snippets/cloud-feature-parity.md +++ b/website/snippets/cloud-feature-parity.md @@ -7,7 +7,7 @@ The following table outlines which dbt Cloud features are supported on the diffe | Audit logs | ✅ | ✅ | ✅ | | Discovery API | ✅ | ✅ | ❌ | | Webhooks (Outbound) | ✅ | ✅ | ❌ | -| Continuous Integration, including CI jobs | ✅ | ✅ | ✅ | +| Continuous Integration, including CI jobs | ✅ | ✅ | ✅ | | Semantic Layer | ✅ (North America Only) | ❌ | ❌ | | IP Restrictions | ✅ | ✅ | ✅ | | PrivateLink egress | ✅ (AWS only)| ✅ | ✅ |