From 3d7c2c047a5ed782bcae2534bb525e374b4a5c6b Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Thu, 12 Dec 2024 13:35:21 +0000 Subject: [PATCH 1/3] add imgs and link --- .../docs/docs/dbt-versions/release-notes.md | 1 + website/snippets/_sl-partner-links.md | 15 ++ website/static/img/icons/question-mark.svg | 2 +- website/static/img/icons/sigma.svg | 185 ++++++++++++++++++ website/static/img/icons/white/redshift.svg | 1 - website/static/img/icons/white/rocket.svg | 1 - website/static/img/icons/white/sigma.svg | 185 ++++++++++++++++++ 7 files changed, 387 insertions(+), 3 deletions(-) create mode 100644 website/static/img/icons/sigma.svg delete mode 100644 website/static/img/icons/white/redshift.svg delete mode 100644 website/static/img/icons/white/rocket.svg create mode 100644 website/static/img/icons/white/sigma.svg diff --git a/website/docs/docs/dbt-versions/release-notes.md b/website/docs/docs/dbt-versions/release-notes.md index e9245399e65..9d503e58345 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 supports Sigma as a [partner integration](/docs/cloud-integrations/avail-sl-integrations). Refer to [Sigma](https://help.sigmacomputing.com/docs/configure-a-dbt-semantic-layer-integration) for more information. - **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. - **New**: You can now use your [Azure OpenAI key](/docs/cloud/account-integrations?ai-integration=azure#ai-integrations) (available in beta) to use dbt Cloud features like [dbt Copilot](/docs/cloud/dbt-copilot) and [Ask dbt](/docs/cloud-integrations/snowflake-native-app) . Additionally, you can use your own [OpenAI API key](/docs/cloud/account-integrations?ai-integration=openai#ai-integrations) or use [dbt Labs-managed OpenAI](/docs/cloud/account-integrations?ai-integration=dbtlabs#ai-integrations) key. Refer to [AI integrations](/docs/cloud/account-integrations#ai-integrations) for more information. diff --git a/website/snippets/_sl-partner-links.md b/website/snippets/_sl-partner-links.md index 7d08323239b..706f82aca37 100644 --- a/website/snippets/_sl-partner-links.md +++ b/website/snippets/_sl-partner-links.md @@ -106,6 +106,21 @@ The following tools integrate with the dbt Semantic Layer: +
+ + + + +
+ +
\ No newline at end of file + diff --git a/website/static/img/icons/sigma.svg b/website/static/img/icons/sigma.svg new file mode 100644 index 00000000000..411c2a74b46 --- /dev/null +++ b/website/static/img/icons/sigma.svg @@ -0,0 +1,185 @@ + + + + + + + + + diff --git a/website/static/img/icons/white/redshift.svg b/website/static/img/icons/white/redshift.svg deleted file mode 100644 index e57888813e3..00000000000 --- a/website/static/img/icons/white/redshift.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/website/static/img/icons/white/rocket.svg b/website/static/img/icons/white/rocket.svg deleted file mode 100644 index 50f06851db9..00000000000 --- a/website/static/img/icons/white/rocket.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/website/static/img/icons/white/sigma.svg b/website/static/img/icons/white/sigma.svg new file mode 100644 index 00000000000..411c2a74b46 --- /dev/null +++ b/website/static/img/icons/white/sigma.svg @@ -0,0 +1,185 @@ + + + + + + + + + From b9cbee417dea8547ef7236acac483f6b3587b59a Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Thu, 12 Dec 2024 13:35:49 +0000 Subject: [PATCH 2/3] add preview --- website/docs/docs/dbt-versions/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/release-notes.md b/website/docs/docs/dbt-versions/release-notes.md index 9d503e58345..f644f7d0ef0 100644 --- a/website/docs/docs/dbt-versions/release-notes.md +++ b/website/docs/docs/dbt-versions/release-notes.md @@ -20,7 +20,7 @@ Release notes are grouped by month for both multi-tenant and virtual private clo ## December 2024 -- **New**: The dbt Semantic Layer supports Sigma as a [partner integration](/docs/cloud-integrations/avail-sl-integrations). Refer to [Sigma](https://help.sigmacomputing.com/docs/configure-a-dbt-semantic-layer-integration) for more information. +- **New**: The dbt Semantic Layer supports Sigma as a [partner integration](/docs/cloud-integrations/avail-sl-integrations), available in Preview. Refer to [Sigma](https://help.sigmacomputing.com/docs/configure-a-dbt-semantic-layer-integration) for more information. - **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. - **New**: You can now use your [Azure OpenAI key](/docs/cloud/account-integrations?ai-integration=azure#ai-integrations) (available in beta) to use dbt Cloud features like [dbt Copilot](/docs/cloud/dbt-copilot) and [Ask dbt](/docs/cloud-integrations/snowflake-native-app) . Additionally, you can use your own [OpenAI API key](/docs/cloud/account-integrations?ai-integration=openai#ai-integrations) or use [dbt Labs-managed OpenAI](/docs/cloud/account-integrations?ai-integration=dbtlabs#ai-integrations) key. Refer to [AI integrations](/docs/cloud/account-integrations#ai-integrations) for more information. From 75fec43b76641d7fddcd8e8dee46c63eb86fe51d Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:43:22 +0000 Subject: [PATCH 3/3] Update website/snippets/_sl-partner-links.md --- website/snippets/_sl-partner-links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/snippets/_sl-partner-links.md b/website/snippets/_sl-partner-links.md index 706f82aca37..7c5f376180b 100644 --- a/website/snippets/_sl-partner-links.md +++ b/website/snippets/_sl-partner-links.md @@ -109,7 +109,7 @@ The following tools integrate with the dbt Semantic Layer: