Skip to content

Commit c4db284

Browse files
committed
More changes
1 parent f48f686 commit c4db284

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

src/segment-app/extensions/dbt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: dbt Integration
2+
title: dbt Extension
33
---
44

55
Segment's dbt integration lets you use [Reverse ETL](/docs/connections/reverse-etl/) with your existing dbt labs models and syncs to help centralize model management and versioning, reduce redundancies, and run CI checks to prevent breaking changes.

src/segment-app/extensions/git.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
11
---
2-
title: Git Sync Integration
3-
---
2+
title: Git Sync Extension
3+
---
4+
5+
Segment's Git extension lets you manage versioning by syncing changes you make to Sources and Destinations from your Segment Workspace to a Git repository.
6+
7+
> info ""
8+
> Extensions, including Segment's dbt integration, 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"}.
9+
10+
## Set up Git sync
11+
12+
Follow these steps to connect set up Git sync:
13+
14+
1. In your Segment Workspace, navigate to **Settings > Extensions**.
15+
2. Click **Set up Git sync**.
16+
3. On the **Configure service credentials** page, select a service and protocol, add your SSH private key, then click **Next**.
17+
18+
## Working with Git syncs
19+
20+
After you set up the Git sync integration 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.
21+
22+
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.

src/segment-app/extensions/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Extensions
33
---
44

5-
Extensions integrate third-party tools into your existing Segment Workspace to help you automate tasks. Using Extensions, you can sync models with dbt labs and manage versioning for Segment Workspace changes using GitHub repositories.
5+
Extensions integrate third-party tools into your existing Segment Workspace to help you automate tasks. Using Extensions, you can sync models with dbt labs and manage versioning for Segment Workspace changes using Git repositories.
66

77
> info ""
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"}.
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"}.
9+

0 commit comments

Comments
 (0)