From 037329a068b71067892ef681bd6f8dd474c5b3c7 Mon Sep 17 00:00:00 2001 From: kurt-lu <80348119+kurt-lu@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:23:14 -0700 Subject: [PATCH 1/2] Update dbt.md --- src/segment-app/extensions/dbt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/segment-app/extensions/dbt.md b/src/segment-app/extensions/dbt.md index 45dca99bb4..ba9ddaa251 100644 --- a/src/segment-app/extensions/dbt.md +++ b/src/segment-app/extensions/dbt.md @@ -48,7 +48,7 @@ To set up dbt Cloud: 1. In your Segment workspace, navigate to **Settings > Extensions**. 2. Click **Manage dbt Cloud**. -3. Add your dbt Cloud API key, and, optionally, a custom subdomain. Click **Save**. +3. Add your dbt Cloud API key (this should be your dbt Personal Access Token ), and, optionally, a custom subdomain (by default, the subdomain is set to 'cloud'. Your custom subdomain can be found in the url, for example https://cloud.getdbt.com/). Click **Save**. ### Model syncs @@ -65,4 +65,4 @@ After you've successfully set up dbt with a warehouse and connected to your Git 5. Click **Next**. 6. Enter your **Model Name**, then click **Create Model**. -To change a connected model, ensure that you've removed it from all active Reverse ETL syncs. \ No newline at end of file +To change a connected model, ensure that you've removed it from all active Reverse ETL syncs. From ec46e8f00f0bab2b3d8bb78eff1e8bfdf479316b Mon Sep 17 00:00:00 2001 From: kurt-lu <80348119+kurt-lu@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:07:48 -0700 Subject: [PATCH 2/2] Update src/segment-app/extensions/dbt.md Co-authored-by: forstisabella <92472883+forstisabella@users.noreply.github.com> --- src/segment-app/extensions/dbt.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/segment-app/extensions/dbt.md b/src/segment-app/extensions/dbt.md index ba9ddaa251..acef4c709a 100644 --- a/src/segment-app/extensions/dbt.md +++ b/src/segment-app/extensions/dbt.md @@ -48,7 +48,10 @@ To set up dbt Cloud: 1. In your Segment workspace, navigate to **Settings > Extensions**. 2. Click **Manage dbt Cloud**. -3. Add your dbt Cloud API key (this should be your dbt Personal Access Token ), and, optionally, a custom subdomain (by default, the subdomain is set to 'cloud'. Your custom subdomain can be found in the url, for example https://cloud.getdbt.com/). Click **Save**. +3. Add your dbt Cloud API key or dbt Personal Access Token and an optional custom subdomain, then click **Save**. + +> info "Add a custom subdomain" +> By default, dbt sets the subdomain to 'cloud'. To identify your custom subdomain, open your URL and copy the portion before `.getdbt.com`. For example, if your domain was `https://subdomain.getdbt.com/`, your subdomain would be `subdomain`. ### Model syncs