From 4b12768585dd6215ccdb74fc72509f06f94382d7 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:19:40 +0100 Subject: [PATCH 01/15] sql in caps change sql to caps --- website/docs/docs/build/analyses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/build/analyses.md b/website/docs/docs/build/analyses.md index cd74c2e052d..c3f3611092b 100644 --- a/website/docs/docs/build/analyses.md +++ b/website/docs/docs/build/analyses.md @@ -6,7 +6,7 @@ id: "analyses" ## Overview -dbt's notion of `models` makes it easy for data teams to version control and collaborate on data transformations. Sometimes though, a certain sql statement doesn't quite fit into the mold of a dbt model. These more "analytical" sql files can be versioned inside of your dbt project using the `analysis` functionality of dbt. +dbt's notion of `models` makes it easy for data teams to version control and collaborate on data transformations. Sometimes though, a certain sql statement doesn't quite fit into the mold of a dbt model. These more "analytical" SQL files can be versioned inside of your dbt project using the `analysis` functionality of dbt. Any `.sql` files found in the `analyses/` directory of a dbt project will be compiled, but not executed. This means that analysts can use dbt functionality like `{{ ref(...) }}` to select from models in an environment-agnostic way. From 18268d3b767cd5d7887b2bf9c4a5372b5be71ca3 Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Wed, 25 Oct 2023 15:51:45 -0400 Subject: [PATCH 02/15] Update website/docs/docs/build/analyses.md --- website/docs/docs/build/analyses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/build/analyses.md b/website/docs/docs/build/analyses.md index 3d7ee59d1c8..af6fb0320f0 100644 --- a/website/docs/docs/build/analyses.md +++ b/website/docs/docs/build/analyses.md @@ -7,7 +7,7 @@ pagination_next: null ## Overview -dbt's notion of `models` makes it easy for data teams to version control and collaborate on data transformations. Sometimes though, a certain sql statement doesn't quite fit into the mold of a dbt model. These more "analytical" SQL files can be versioned inside of your dbt project using the `analysis` functionality of dbt. +dbt's notion of `models` makes it easy for data teams to version control and collaborate on data transformations. Sometimes though, a certain SQL statement doesn't quite fit into the mold of a dbt model. These more "analytical" SQL files can be versioned inside of your dbt project using the `analysis` functionality of dbt. Any `.sql` files found in the `analyses/` directory of a dbt project will be compiled, but not executed. This means that analysts can use dbt functionality like `{{ ref(...) }}` to select from models in an environment-agnostic way. From 2dd0f51a6ab84429187df4b1b7ab0f21547ac70c Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Thu, 26 Oct 2023 10:24:22 +0100 Subject: [PATCH 03/15] update klipfolio --- website/snippets/_sl-partner-links.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/snippets/_sl-partner-links.md b/website/snippets/_sl-partner-links.md index 435d5dc2773..3b0f8728380 100644 --- a/website/snippets/_sl-partner-links.md +++ b/website/snippets/_sl-partner-links.md @@ -32,8 +32,8 @@ The following tools integrate with the dbt Semantic Layer:
Date: Thu, 26 Oct 2023 13:50:20 +0100 Subject: [PATCH 04/15] update blog cta --- website/blog/ctas.yml | 7 ++++++- website/blog/metadata.yml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/website/blog/ctas.yml b/website/blog/ctas.yml index 2e3170faae4..47ddab24945 100644 --- a/website/blog/ctas.yml +++ b/website/blog/ctas.yml @@ -14,4 +14,9 @@ header: Join data practitioners worldwide at Coalesce 2023 subheader: Kicking off on October 16th, both online and in-person (Sydney, London, and San Diego) button_text: Register now - url: https://coalesce.getdbt.com/?utm_medium=internal&utm_source=docs&utm_campaign=q3-2024_coalesce-2023_aw&utm_content=coalesce____&utm_term=all___ \ No newline at end of file + url: https://coalesce.getdbt.com/?utm_medium=internal&utm_source=docs&utm_campaign=q3-2024_coalesce-2023_aw&utm_content=coalesce____&utm_term=all___ +- name: coalesce_2023_catchup + header: Missed Coalesce 2023? + subheader: Watch the full sessions and highlights from Coalesce 2023, the annual analytics engineering conference sponsored by dbt Labs. + button_text: Watch the talks + url: https://www.youtube.com/playlist?list=PL0QYlrC86xQnT3HLh-XgvoTf9F3lbsADf diff --git a/website/blog/metadata.yml b/website/blog/metadata.yml index a5afa86e667..032ab5a760c 100644 --- a/website/blog/metadata.yml +++ b/website/blog/metadata.yml @@ -2,7 +2,7 @@ featured_image: "" # This CTA lives in right sidebar on blog index -featured_cta: "coalesce_2023_signup" +featured_cta: "coalesce_2023_catchup" # Show or hide hero title, description, cta from blog index show_title: true From 364b148e8b051c4ae2f9192a72495c2089262c1a Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:13:52 +0100 Subject: [PATCH 05/15] Update website/blog/ctas.yml --- website/blog/ctas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/blog/ctas.yml b/website/blog/ctas.yml index 47ddab24945..6b8c04e0ee3 100644 --- a/website/blog/ctas.yml +++ b/website/blog/ctas.yml @@ -17,6 +17,6 @@ url: https://coalesce.getdbt.com/?utm_medium=internal&utm_source=docs&utm_campaign=q3-2024_coalesce-2023_aw&utm_content=coalesce____&utm_term=all___ - name: coalesce_2023_catchup header: Missed Coalesce 2023? - subheader: Watch the full sessions and highlights from Coalesce 2023, the annual analytics engineering conference sponsored by dbt Labs. + subheader: Watch Coalesce 2023 highlights and full sessions, dbt Labs' annual analytics engineering conference. button_text: Watch the talks url: https://www.youtube.com/playlist?list=PL0QYlrC86xQnT3HLh-XgvoTf9F3lbsADf From 2ee8007e90685ddaae1d09990e3f4668027f7772 Mon Sep 17 00:00:00 2001 From: Brian Jan Date: Thu, 26 Oct 2023 09:09:03 -0500 Subject: [PATCH 06/15] Update set-up-sso-saml-2.0.md Edited this to reflect the generic SAML 2.0 docs --- website/docs/docs/cloud/manage-access/set-up-sso-saml-2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/cloud/manage-access/set-up-sso-saml-2.0.md b/website/docs/docs/cloud/manage-access/set-up-sso-saml-2.0.md index cfa6d417581..5ccb2600005 100644 --- a/website/docs/docs/cloud/manage-access/set-up-sso-saml-2.0.md +++ b/website/docs/docs/cloud/manage-access/set-up-sso-saml-2.0.md @@ -424,7 +424,7 @@ To complete setup, follow the steps below in dbt Cloud: | Log in with | SAML 2.0 | | Identity Provider SSO Url | Paste the **Identity Provider Single Sign-On URL** shown in the IdP setup instructions | | Identity Provider Issuer | Paste the **Identity Provider Issuer** shown in the IdP setup instructions | - | X.509 Certificate | Paste the **X.509 Certificate** shown in the IdP setup instructions;
**Note:** When the certificate expires, an Okta admin will have to generate a new one to be pasted into dbt Cloud for uninterrupted application access. | + | X.509 Certificate | Paste the **X.509 Certificate** shown in the IdP setup instructions;
**Note:** When the certificate expires, an Idp admin will have to generate a new one to be pasted into dbt Cloud for uninterrupted application access. | | Slug | Enter your desired login slug. | From adb50066664d949c6516216d839b34383bfe1f6e Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Thu, 26 Oct 2023 17:04:23 +0100 Subject: [PATCH 07/15] folding in bobby's request --- website/snippets/_sl-partner-links.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/website/snippets/_sl-partner-links.md b/website/snippets/_sl-partner-links.md index 3b0f8728380..ec6decc8bab 100644 --- a/website/snippets/_sl-partner-links.md +++ b/website/snippets/_sl-partner-links.md @@ -33,10 +33,9 @@ The following tools integrate with the dbt Semantic Layer:
- + From c0f161745611fc78705a4d89099168fa078c7f87 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Thu, 26 Oct 2023 17:09:24 +0100 Subject: [PATCH 08/15] update --- website/snippets/_sl-partner-links.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/snippets/_sl-partner-links.md b/website/snippets/_sl-partner-links.md index 9788012c6ab..3d835244455 100644 --- a/website/snippets/_sl-partner-links.md +++ b/website/snippets/_sl-partner-links.md @@ -22,7 +22,7 @@ The following tools integrate with the dbt Semantic Layer: link="https://learn.hex.tech/docs/connect-to-data/data-connections/dbt-integration#dbt-semantic-layer-integration" body="Check out how to connect, analyze metrics, collaborate, and discover more data possibilities." icon="hex"/> - @@ -33,7 +33,8 @@ The following tools integrate with the dbt Semantic Layer:
Date: Thu, 26 Oct 2023 11:01:02 -0700 Subject: [PATCH 09/15] Indent cloud cli configuration example code --- website/docs/docs/cloud/configure-cloud-cli.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/docs/cloud/configure-cloud-cli.md b/website/docs/docs/cloud/configure-cloud-cli.md index c03f638c9b4..a00d2d75148 100644 --- a/website/docs/docs/cloud/configure-cloud-cli.md +++ b/website/docs/docs/cloud/configure-cloud-cli.md @@ -43,9 +43,9 @@ Once you install the dbt Cloud CLI, you need to configure it to connect to a dbt ```yaml version: "1" context: - active-project: "" - active-host: "" - defer-env-id: "" + active-project: "" + active-host: "" + defer-env-id: "" projects: - project-id: "" account-host: "" From 8597c7227ccaf1cf9bc257cb7ffa9bc0c6ad3b62 Mon Sep 17 00:00:00 2001 From: Gideon Shils Date: Thu, 26 Oct 2023 17:18:06 -0400 Subject: [PATCH 10/15] Ensure we load stoplight css first so that base styles get overridden (#4348) Closes https://github.com/dbt-labs/docs.getdbt.com/issues/4346 ## What are you changing in this pull request and why? Previously the header on the API docs pages was using the wrong font. This was because the Stoplight styles used for rendering API docs were loading last, and were therefore overriding the page level font. This PR swaps the css to load using the standard docusaurus pattern so that the styles load _first_, and are overridden later by the expected font styling. ## Checklist - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) and [About versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) so my content adheres to these guidelines. - [x] Add a checklist item for anything that needs to happen before this PR is merged, such as "needs technical review" or "change base branch." Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com> --- website/docusaurus.config.js | 5 +++++ website/src/components/stoplight/index.js | 27 +++++++++-------------- 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index ce81d614c65..a24cab32ef2 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -278,6 +278,11 @@ var siteSettings = { }, {rel: 'icon', href: '/img/favicon.png', type: 'image/png'}, {rel: 'icon', href: '/img/favicon.svg', type: 'image/svg+xml'}, + { + href: "https://unpkg.com/@stoplight/elements/styles.min.css", + type: "text/css", + crossorigin: "anonymous" + }, ], }; diff --git a/website/src/components/stoplight/index.js b/website/src/components/stoplight/index.js index bff43dd27c8..c7d2731903c 100644 --- a/website/src/components/stoplight/index.js +++ b/website/src/components/stoplight/index.js @@ -6,22 +6,15 @@ export default function Stoplight({ version }) { return null; } return ( - <> - - - + ); } From ccffb1fa091806590e1a252176379c1fe191e191 Mon Sep 17 00:00:00 2001 From: "Leona B. Campbell" <3880403+runleonarun@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:19:54 -0700 Subject: [PATCH 11/15] Revert "Ensure we load stoplight css first so that base styles get overridden" (#4351) Reverts dbt-labs/docs.getdbt.com#4348 --- website/docusaurus.config.js | 5 ----- website/src/components/stoplight/index.js | 27 ++++++++++++++--------- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index a24cab32ef2..ce81d614c65 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -278,11 +278,6 @@ var siteSettings = { }, {rel: 'icon', href: '/img/favicon.png', type: 'image/png'}, {rel: 'icon', href: '/img/favicon.svg', type: 'image/svg+xml'}, - { - href: "https://unpkg.com/@stoplight/elements/styles.min.css", - type: "text/css", - crossorigin: "anonymous" - }, ], }; diff --git a/website/src/components/stoplight/index.js b/website/src/components/stoplight/index.js index c7d2731903c..bff43dd27c8 100644 --- a/website/src/components/stoplight/index.js +++ b/website/src/components/stoplight/index.js @@ -6,15 +6,22 @@ export default function Stoplight({ version }) { return null; } return ( - + <> + + + ); } From 037a56630c1b28eb8fa50c8384ba2c95f682c76e Mon Sep 17 00:00:00 2001 From: dbt-markwan <114556261+dbt-markwan@users.noreply.github.com> Date: Fri, 27 Oct 2023 14:03:13 +1100 Subject: [PATCH 12/15] Corrected APAC cloud-cli link Australian Multi Tenant is au.dbt.com not apac.dbt.com --- website/docs/docs/cloud/configure-cloud-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/cloud/configure-cloud-cli.md b/website/docs/docs/cloud/configure-cloud-cli.md index a00d2d75148..a8c0c1e0aec 100644 --- a/website/docs/docs/cloud/configure-cloud-cli.md +++ b/website/docs/docs/cloud/configure-cloud-cli.md @@ -30,7 +30,7 @@ Once you install the dbt Cloud CLI, you need to configure it to connect to a dbt - North America: https://cloud.getdbt.com/cloud-cli - EMEA: https://emea.dbt.com/cloud-cli - - APAC: https://apac.dbt.com/cloud-cli + - APAC: https://au.dbt.com/cloud-cli - North American Cell 1: `https:/ACCOUNT_PREFIX.us1.dbt.com/cloud-cli` - Single-tenant: `https://YOUR_ACCESS_URL/cloud-cli` From d2bc1c72ca81a9245055fa238e0ef577c0bfaddd Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Fri, 27 Oct 2023 11:57:22 +0100 Subject: [PATCH 13/15] update links --- website/snippets/_sl-partner-links.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/snippets/_sl-partner-links.md b/website/snippets/_sl-partner-links.md index 3d835244455..c97c682171b 100644 --- a/website/snippets/_sl-partner-links.md +++ b/website/snippets/_sl-partner-links.md @@ -35,8 +35,8 @@ The following tools integrate with the dbt Semantic Layer: title="Klipfolio PowerMetrics" body="Learn how to connect to a streamlined metrics catalog and deliver metric-centric analytics to business users." icon="klipfolio" - link="https://www.klipfolio.com/dbt"/> - + @@ -90,9 +90,9 @@ The following tools integrate with the dbt Semantic Layer: - From 1ddfbcbedf6161a617afdc0b46cdef1b2a133445 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Fri, 27 Oct 2023 16:27:18 +0100 Subject: [PATCH 14/15] sso update --- website/docs/docs/cloud/cloud-cli-installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/docs/cloud/cloud-cli-installation.md b/website/docs/docs/cloud/cloud-cli-installation.md index 179af745685..b7e66798ced 100644 --- a/website/docs/docs/cloud/cloud-cli-installation.md +++ b/website/docs/docs/cloud/cloud-cli-installation.md @@ -28,6 +28,7 @@ The dbt Cloud CLI is available in all [deployment regions](/docs/cloud/about-clo - Ensure you are using dbt version 1.5 or higher. Refer to [dbt Cloud versions](/docs/dbt-versions/upgrade-core-in-cloud) to upgrade. - Avoid using SSH tunneling for [Postgres and Redshift](/docs/cloud/connect-data-platform/connect-redshift-postgresql-alloydb) connections. - Avoid using [PrivateLink](/docs/cloud/secure/about-privatelink). +- Avoid using Single sign-on (SSO) for Snowflake or SSH tunnels for Redshift ## Install dbt Cloud CLI From d2a313bc46735334d3dcf7cfab7d4634fac378f4 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Fri, 27 Oct 2023 16:28:53 +0100 Subject: [PATCH 15/15] mistakenly committed to current --- website/docs/docs/cloud/cloud-cli-installation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/website/docs/docs/cloud/cloud-cli-installation.md b/website/docs/docs/cloud/cloud-cli-installation.md index b7e66798ced..179af745685 100644 --- a/website/docs/docs/cloud/cloud-cli-installation.md +++ b/website/docs/docs/cloud/cloud-cli-installation.md @@ -28,7 +28,6 @@ The dbt Cloud CLI is available in all [deployment regions](/docs/cloud/about-clo - Ensure you are using dbt version 1.5 or higher. Refer to [dbt Cloud versions](/docs/dbt-versions/upgrade-core-in-cloud) to upgrade. - Avoid using SSH tunneling for [Postgres and Redshift](/docs/cloud/connect-data-platform/connect-redshift-postgresql-alloydb) connections. - Avoid using [PrivateLink](/docs/cloud/secure/about-privatelink). -- Avoid using Single sign-on (SSO) for Snowflake or SSH tunnels for Redshift ## Install dbt Cloud CLI