diff --git a/website/docs/docs/dbt-versions/release-notes.md b/website/docs/docs/dbt-versions/release-notes.md index b83542ef10..fdc92a32ff 100644 --- a/website/docs/docs/dbt-versions/release-notes.md +++ b/website/docs/docs/dbt-versions/release-notes.md @@ -20,6 +20,7 @@ Release notes are grouped by month for both multi-tenant and virtual private clo ## December 2024 +- **New**: The dbt Semantic Layer now supports Azure Single-tenant deployments. Refer to [Set up the dbt Semantic Layer](/docs/use-dbt-semantic-layer/setup-sl) for more information on how to get started. - **Fix**: Resolved intermittent issues in Single-tenant environments affecting Semantic Layer and query history. - **Fix**: [The dbt Semantic Layer](/docs/use-dbt-semantic-layer/dbt-sl) now respects the BigQuery [`execution_project` attribute](/docs/core/connect-data-platform/bigquery-setup#execution-project), including for exports. - **New**: [Model notifications](/docs/deploy/model-notifications) are now generally available in dbt Cloud. These notifications alert model owners through email about any issues encountered by models and tests as soon as they occur while running a job. diff --git a/website/snippets/_v2-sl-prerequisites.md b/website/snippets/_v2-sl-prerequisites.md index 68f6e7d10b..4ad7ff6b75 100644 --- a/website/snippets/_v2-sl-prerequisites.md +++ b/website/snippets/_v2-sl-prerequisites.md @@ -1,5 +1,6 @@ -- Have a dbt Cloud Team or Enterprise account. Single-tenant accounts should contact their account representative for setup. -- Ensure your production and development environments use [dbt version 1.6 or higher](/docs/dbt-versions/upgrade-dbt-version-in-cloud). +- Have a dbt Cloud Team or Enterprise account. + - Available on all [tenant configurations](/docs/cloud/about-cloud/tenancy). Single-tenant accounts should contact your account representative for setup. +- Ensure your production and development environments are on a [supported dbt version](/docs/dbt-versions/upgrade-dbt-version-in-cloud). - Use Snowflake, BigQuery, Databricks, or Redshift. - Create a successful run in the environment where you configure the Semantic Layer. - **Note:** Semantic Layer supports querying in Deployment environments; development querying is coming soon. diff --git a/website/snippets/cloud-feature-parity.md b/website/snippets/cloud-feature-parity.md index 9348f4d409..1107b999c1 100644 --- a/website/snippets/cloud-feature-parity.md +++ b/website/snippets/cloud-feature-parity.md @@ -9,7 +9,7 @@ The following table outlines which dbt Cloud features are supported on the diffe | dbt Copilot | ✅ | ✅ | ✅ | ✅ | | dbt Explorer | ✅ | ✅ | ✅ | ✅ | | dbt Mesh | ✅ | ✅ | ✅ | ✅ | -| dbt Semantic Layer | ✅ | ✅ (Upon request) | ✅ | ❌ | +| dbt Semantic Layer | ✅ | ✅ (Upon request) | ✅ | ✅ | | Discovery API | ✅ | ✅ | ✅ | ✅ | | IP restrictions | ✅ | ✅ | ✅ | ✅ | | Job scheduler | ✅ | ✅ | ✅ | ✅ |