You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/segment-app/extensions/dbt.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ To set up the dbt extension, you'll need:
34
34
35
35
Follow these steps to connect the Git repository that stores your dbt Models:
36
36
37
-
1. In your Segment Workspace, navigate to **Settings > Extensions**.
37
+
1. In your Segment workspace, navigate to **Settings > Extensions**.
38
38
2. Click **Set up Git sync**.
39
39
3. On the **Configure service credentials** page, select a service and protocol, add your SSH private key or GitHub token, then click **Next**.
40
40
4. In the **Connect source** window, select a Reverse ETL warehouse source from the dropdown, then click **Save**.
@@ -47,7 +47,7 @@ You can also use dbt Cloud to schedule Reverse ETL syncs after a dbt Cloud job s
47
47
48
48
To set up dbt Cloud:
49
49
50
-
1. In your Segment Workspace, navigate to **Settings > Extensions**.
50
+
1. In your Segment workspace, navigate to **Settings > Extensions**.
51
51
2. Click **Manage dbt Cloud**.
52
52
3. Add your dbt Cloud API key, and, optionally, a custom subdomain. Click **Save**.
53
53
@@ -59,7 +59,7 @@ After you set up dbt, Segment runs an initial sync to load models from your conn
59
59
60
60
After you've successfully set up dbt with a warehouse and connected to your Git repository, you can select dbt models for use with Reverse ETL by following these steps:
61
61
62
-
1. In your Segment Workspace, navigate to **Connections > Sources** and select the Reverse ETL tab.
62
+
1. In your Segment workspace, navigate to **Connections > Sources** and select the Reverse ETL tab.
63
63
2. Click **+Add Reverse ETL source** , select your source, then click **Add Model**.
64
64
3. Click **dbt Models** as your modeling method, then select and preview a model from the dbt model dropdown.
65
65
4. Add a primary key, then click **Preview your model**.
Copy file name to clipboardExpand all lines: src/segment-app/extensions/git.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Git Sync Extension
3
3
---
4
4
5
-
Segment's Git extension lets you manage versioning by syncing changes you make in Sources and Destinations from your Segment Workspace to a Git repository.
5
+
Segment's Git extension lets you manage versioning by syncing changes you make in Sources and Destinations from your Segment workspace to a Git repository.
6
6
7
7
> info ""
8
8
> Extensions, including Git sync, is currently in public beta and is governed by Segment's [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}.
@@ -11,14 +11,14 @@ Segment's Git extension lets you manage versioning by syncing changes you make i
11
11
12
12
Follow these steps to set up Git sync:
13
13
14
-
1. In your Segment Workspace, navigate to **Settings > Extensions**.
14
+
1. In your Segment workspace, navigate to **Settings > Extensions**.
15
15
2. Click **Set up Git sync**.
16
16
3. On the **Configure service credentials** page, select a service and protocol, add your SSH private key or GitHub token, then click **Next**.
17
17
18
18
## Working with Git syncs
19
19
20
20
The Git sync extension syncs [Connections](/docs/connections/)([Sources](/docs/connections/sources/) and [Destinations](/docs/connections/destinations/)) from Segment to your Git repository.
21
21
22
-
After you set up the Git sync extension for the first time, Segment performs an initial sync that sends source and destination information in your Segment Workspace to the Git repository you connected.
22
+
After you set up the Git sync extension for the first time, Segment performs an initial sync that sends source and destination information in your Segment workspace to the Git repository you connected.
23
23
24
24
You can run syncs at any time by clicking **Full resync** on the Git sync page. To disable Git sync from the Git sync page, switch the **Enabled** toggle to off.
Copy file name to clipboardExpand all lines: src/segment-app/extensions/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
title: Extensions
3
3
---
4
4
5
-
Extensions integrate third-party tools into your existing Segment Workspace to help you automate tasks.
5
+
Extensions integrate third-party tools into your existing Segment workspace to help you automate tasks.
6
6
7
7
> info ""
8
8
> Extensions is currently in public beta and is governed by Segment's [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}. During Public Beta, Extensions is available for Team and Developer plans only. [Reach out to Segment](mailto:[email protected]) if you're on a Business Tier plan and would like to participate in the Public Beta.
9
9
10
10
During public beta, Segment offers the following extensions:
11
11
12
12
-[dbt models and dbt Cloud](/docs/segment-app/extensions/dbt), which lets you sync models with dbt Labs.
13
-
-[Git sync](/docs/segment-app/extensions/dbt), which you can use to manage versioning and track changes in your Segment Workspace.
13
+
-[Git sync](/docs/segment-app/extensions/dbt), which you can use to manage versioning and track changes in your Segment workspace.
0 commit comments