From 90819f1f895813785eb5976ebbe05d23724f8a0d Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:32:22 +0000 Subject: [PATCH 1/7] Update sl-graphql.md clarify schema explorer urls for other regions --- website/docs/docs/dbt-cloud-apis/sl-graphql.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-cloud-apis/sl-graphql.md b/website/docs/docs/dbt-cloud-apis/sl-graphql.md index 56a4ac7ba59..e610c6c52c6 100644 --- a/website/docs/docs/dbt-cloud-apis/sl-graphql.md +++ b/website/docs/docs/dbt-cloud-apis/sl-graphql.md @@ -22,7 +22,18 @@ GraphQL has several advantages, such as self-documenting, having a strong typing ## dbt Semantic Layer GraphQL API -The dbt Semantic Layer GraphQL API allows you to explore and query metrics and dimensions. Due to its self-documenting nature, you can explore the calls conveniently through the [schema explorer](https://semantic-layer.cloud.getdbt.com/api/graphql). +The dbt Semantic Layer GraphQL API allows you to explore and query metrics and dimensions. Due to its self-documenting nature, you can explore the calls conveniently through a schema explorer. The schema explorer URLs vary depending on your [deployment region](/docs/cloud/about-cloud/regions-ip-addresses). Use the following table to find the right link for your region: + +| Deployment type | Schema explorer URL | +| --------------- | ------------------- | +| North America multi-tenant | https://semantic-layer.cloud.getdbt.com/api/graphql | +| EMEA multi-tenant | https://semantic-layer.emea.dbt.com/api/graphql | +| APAC multi-tenant | https://semantic-layer.au.dbt.com/api/graphql | +| Single tenant* | `https://semantic-layer.YOUR_ACCESS_URL.com/api/graphql`| +| North America Cell 1** | `https://semantic-layer.YOUR_ACCOUNT_PREFIX.us1.dbt.com/api/graphql` | + +*Note for Single tenant users: Replace `YOUR_ACCESS_URL` with your specific account prefix with the appropriate Access URL for your region and plan. For example, if your access URL is `ABC123.getdbtcom`, your URL will be `https://semantic-layer.ABC123.getdbt.com/api/graphql`. +**Note for North America Cell 1 users: Replace `YOUR_ACCOUNT_PREFIX` with your specific account prefix. For example, if your account prefix is `xyz`, your URL will be `https://semantic-layer.xyz.us1.dbt.com/api/graphql`. dbt Partners can use the Semantic Layer GraphQL API to build an integration with the dbt Semantic Layer. From 8adedaf0c63916afd056a2e9cc3ca771b9844b6d Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Mon, 15 Jan 2024 16:08:23 +0000 Subject: [PATCH 2/7] turn to table --- website/docs/docs/dbt-cloud-apis/sl-graphql.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/website/docs/docs/dbt-cloud-apis/sl-graphql.md b/website/docs/docs/dbt-cloud-apis/sl-graphql.md index e610c6c52c6..8ccc1e70e34 100644 --- a/website/docs/docs/dbt-cloud-apis/sl-graphql.md +++ b/website/docs/docs/dbt-cloud-apis/sl-graphql.md @@ -22,18 +22,20 @@ GraphQL has several advantages, such as self-documenting, having a strong typing ## dbt Semantic Layer GraphQL API -The dbt Semantic Layer GraphQL API allows you to explore and query metrics and dimensions. Due to its self-documenting nature, you can explore the calls conveniently through a schema explorer. The schema explorer URLs vary depending on your [deployment region](/docs/cloud/about-cloud/regions-ip-addresses). Use the following table to find the right link for your region: +The dbt Semantic Layer GraphQL API allows you to explore and query metrics and dimensions. Due to its self-documenting nature, you can explore the calls conveniently through a schema explorer. + +The schema explorer URLs vary depending on your [deployment region](/docs/cloud/about-cloud/regions-ip-addresses). Use the following table to find the right link for your region: | Deployment type | Schema explorer URL | | --------------- | ------------------- | | North America multi-tenant | https://semantic-layer.cloud.getdbt.com/api/graphql | | EMEA multi-tenant | https://semantic-layer.emea.dbt.com/api/graphql | | APAC multi-tenant | https://semantic-layer.au.dbt.com/api/graphql | -| Single tenant* | `https://semantic-layer.YOUR_ACCESS_URL.com/api/graphql`| -| North America Cell 1** | `https://semantic-layer.YOUR_ACCOUNT_PREFIX.us1.dbt.com/api/graphql` | +| Single tenant | `https://semantic-layer.YOUR_ACCESS_URL.com/api/graphql`

Replace `YOUR_ACCESS_URL` with your specific account prefix with the appropriate Access URL for your region and plan.| +| North America Cell 1 | `https://semantic-layer.YOUR_ACCOUNT_PREFIX.us1.dbt.com/api/graphql`

Replace `YOUR_ACCOUNT_PREFIX` with your specific account prefix and make sure you leave `us1.dbt.com` in the URL. |
-*Note for Single tenant users: Replace `YOUR_ACCESS_URL` with your specific account prefix with the appropriate Access URL for your region and plan. For example, if your access URL is `ABC123.getdbtcom`, your URL will be `https://semantic-layer.ABC123.getdbt.com/api/graphql`. -**Note for North America Cell 1 users: Replace `YOUR_ACCOUNT_PREFIX` with your specific account prefix. For example, if your account prefix is `xyz`, your URL will be `https://semantic-layer.xyz.us1.dbt.com/api/graphql`. +**Example** +- If your access URL is `ABC123.getdbt.com`, your schema explorer URL will be `https://semantic-layer.ABC123.getdbt.com/api/graphql`. dbt Partners can use the Semantic Layer GraphQL API to build an integration with the dbt Semantic Layer. From ec15e5ee86aa64656548b4a4bacad086d0b54504 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:58:00 +0000 Subject: [PATCH 3/7] Update website/docs/docs/dbt-cloud-apis/sl-graphql.md --- website/docs/docs/dbt-cloud-apis/sl-graphql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-cloud-apis/sl-graphql.md b/website/docs/docs/dbt-cloud-apis/sl-graphql.md index 8ccc1e70e34..7785812f1b1 100644 --- a/website/docs/docs/dbt-cloud-apis/sl-graphql.md +++ b/website/docs/docs/dbt-cloud-apis/sl-graphql.md @@ -32,7 +32,7 @@ The schema explorer URLs vary depending on your [deployment region](/docs/cloud/ | EMEA multi-tenant | https://semantic-layer.emea.dbt.com/api/graphql | | APAC multi-tenant | https://semantic-layer.au.dbt.com/api/graphql | | Single tenant | `https://semantic-layer.YOUR_ACCESS_URL.com/api/graphql`

Replace `YOUR_ACCESS_URL` with your specific account prefix with the appropriate Access URL for your region and plan.| -| North America Cell 1 | `https://semantic-layer.YOUR_ACCOUNT_PREFIX.us1.dbt.com/api/graphql`

Replace `YOUR_ACCOUNT_PREFIX` with your specific account prefix and make sure you leave `us1.dbt.com` in the URL. |
+| North America Cell 1 | `https://YOUR_ACCOUNT_PREFIX.semantic-layer.us1.dbt.com/api/graphql`

Replace `YOUR_ACCOUNT_PREFIX` with your specific account prefix and make sure you leave `us1.dbt.com` in the URL. |
**Example** - If your access URL is `ABC123.getdbt.com`, your schema explorer URL will be `https://semantic-layer.ABC123.getdbt.com/api/graphql`. From 4100168b502e525b3b907415dd61368440a00123 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:58:33 +0000 Subject: [PATCH 4/7] Update website/docs/docs/dbt-cloud-apis/sl-graphql.md --- website/docs/docs/dbt-cloud-apis/sl-graphql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-cloud-apis/sl-graphql.md b/website/docs/docs/dbt-cloud-apis/sl-graphql.md index 7785812f1b1..7306653e859 100644 --- a/website/docs/docs/dbt-cloud-apis/sl-graphql.md +++ b/website/docs/docs/dbt-cloud-apis/sl-graphql.md @@ -31,7 +31,7 @@ The schema explorer URLs vary depending on your [deployment region](/docs/cloud/ | North America multi-tenant | https://semantic-layer.cloud.getdbt.com/api/graphql | | EMEA multi-tenant | https://semantic-layer.emea.dbt.com/api/graphql | | APAC multi-tenant | https://semantic-layer.au.dbt.com/api/graphql | -| Single tenant | `https://semantic-layer.YOUR_ACCESS_URL.com/api/graphql`

Replace `YOUR_ACCESS_URL` with your specific account prefix with the appropriate Access URL for your region and plan.| +| Single tenant | `https://YOUR_ACCESS_URL.semantic-layer/api/graphql`

Replace `YOUR_ACCESS_URL` with your specific account prefix with the appropriate Access URL for your region and plan.| | North America Cell 1 | `https://YOUR_ACCOUNT_PREFIX.semantic-layer.us1.dbt.com/api/graphql`

Replace `YOUR_ACCOUNT_PREFIX` with your specific account prefix and make sure you leave `us1.dbt.com` in the URL. |
**Example** From cdd5767068815e9a0009a0d16a2604aa03456460 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:58:53 +0000 Subject: [PATCH 5/7] Update website/docs/docs/dbt-cloud-apis/sl-graphql.md --- website/docs/docs/dbt-cloud-apis/sl-graphql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-cloud-apis/sl-graphql.md b/website/docs/docs/dbt-cloud-apis/sl-graphql.md index 7306653e859..e8392d1357d 100644 --- a/website/docs/docs/dbt-cloud-apis/sl-graphql.md +++ b/website/docs/docs/dbt-cloud-apis/sl-graphql.md @@ -35,7 +35,7 @@ The schema explorer URLs vary depending on your [deployment region](/docs/cloud/ | North America Cell 1 | `https://YOUR_ACCOUNT_PREFIX.semantic-layer.us1.dbt.com/api/graphql`

Replace `YOUR_ACCOUNT_PREFIX` with your specific account prefix and make sure you leave `us1.dbt.com` in the URL. |
**Example** -- If your access URL is `ABC123.getdbt.com`, your schema explorer URL will be `https://semantic-layer.ABC123.getdbt.com/api/graphql`. +- If your access URL is `ABC123.getdbt.com`, your schema explorer URL will be `https://ABC123.getdbt.com.semantic-layer/api/graphql`. dbt Partners can use the Semantic Layer GraphQL API to build an integration with the dbt Semantic Layer. From d5e8e1084ed36112322a0efb1c13659183894486 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 16 Jan 2024 15:54:17 +0000 Subject: [PATCH 6/7] Update website/docs/docs/dbt-cloud-apis/sl-graphql.md --- website/docs/docs/dbt-cloud-apis/sl-graphql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-cloud-apis/sl-graphql.md b/website/docs/docs/dbt-cloud-apis/sl-graphql.md index e8392d1357d..edc3d1d2d8b 100644 --- a/website/docs/docs/dbt-cloud-apis/sl-graphql.md +++ b/website/docs/docs/dbt-cloud-apis/sl-graphql.md @@ -32,7 +32,7 @@ The schema explorer URLs vary depending on your [deployment region](/docs/cloud/ | EMEA multi-tenant | https://semantic-layer.emea.dbt.com/api/graphql | | APAC multi-tenant | https://semantic-layer.au.dbt.com/api/graphql | | Single tenant | `https://YOUR_ACCESS_URL.semantic-layer/api/graphql`

Replace `YOUR_ACCESS_URL` with your specific account prefix with the appropriate Access URL for your region and plan.| -| North America Cell 1 | `https://YOUR_ACCOUNT_PREFIX.semantic-layer.us1.dbt.com/api/graphql`

Replace `YOUR_ACCOUNT_PREFIX` with your specific account prefix and make sure you leave `us1.dbt.com` in the URL. |
+| North America Cell 1 | `https://YOUR_ACCOUNT_PREFIX.semantic-layer..dbt.com/api/graphql`

Replace `YOUR_ACCOUNT_PREFIX` with your specific account prefix and make sure you leave `us1.dbt.com` in the URL. |
**Example** - If your access URL is `ABC123.getdbt.com`, your schema explorer URL will be `https://ABC123.getdbt.com.semantic-layer/api/graphql`. From f1becc1f205935cad81a5dd2d7699a0757aaa595 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 16 Jan 2024 16:01:08 +0000 Subject: [PATCH 7/7] Update sl-graphql.md --- website/docs/docs/dbt-cloud-apis/sl-graphql.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/docs/dbt-cloud-apis/sl-graphql.md b/website/docs/docs/dbt-cloud-apis/sl-graphql.md index edc3d1d2d8b..e1caf6c70b8 100644 --- a/website/docs/docs/dbt-cloud-apis/sl-graphql.md +++ b/website/docs/docs/dbt-cloud-apis/sl-graphql.md @@ -32,10 +32,10 @@ The schema explorer URLs vary depending on your [deployment region](/docs/cloud/ | EMEA multi-tenant | https://semantic-layer.emea.dbt.com/api/graphql | | APAC multi-tenant | https://semantic-layer.au.dbt.com/api/graphql | | Single tenant | `https://YOUR_ACCESS_URL.semantic-layer/api/graphql`

Replace `YOUR_ACCESS_URL` with your specific account prefix with the appropriate Access URL for your region and plan.| -| North America Cell 1 | `https://YOUR_ACCOUNT_PREFIX.semantic-layer..dbt.com/api/graphql`

Replace `YOUR_ACCOUNT_PREFIX` with your specific account prefix and make sure you leave `us1.dbt.com` in the URL. |
+| Multi-cell | `https://YOUR_ACCOUNT_PREFIX.semantic-layer.REGION.dbt.com/api/graphql`

Replace `YOUR_ACCOUNT_PREFIX` with your specific account identifier and `REGION` with your location, which could be `us1.dbt.com`. |
**Example** -- If your access URL is `ABC123.getdbt.com`, your schema explorer URL will be `https://ABC123.getdbt.com.semantic-layer/api/graphql`. +- If your Single tenant access URL is `ABC123.getdbt.com`, your schema explorer URL will be `https://ABC123.getdbt.com.semantic-layer/api/graphql`. dbt Partners can use the Semantic Layer GraphQL API to build an integration with the dbt Semantic Layer.