Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/segment-app/extensions/dbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, and, optionally, a custom subdomain. 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

Expand All @@ -65,4 +68,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.
To change a connected model, ensure that you've removed it from all active Reverse ETL syncs.
Loading