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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
title: dbt Extension
3
3
---
4
4
5
-
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.
5
+
Segment's dbt extension 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.
6
6
7
-
With Segment's dbt integration, you can:
7
+
With Segment's dbt extension, you can:
8
8
9
9
- Securely connect Segment to the GitHub repository that stores your dbt models.
10
10
- Use centralized dbt models to set up Reverse ETL.
@@ -13,19 +13,19 @@ With Segment's dbt integration, you can:
13
13
This page explains how to set up a dbt Model and then use the model with Reverse ETL.
14
14
15
15
> info ""
16
-
> 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"}.
16
+
> Extensions, including dbt 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"}.
17
17
18
18
## Before you begin
19
19
20
-
Keep the following in mind as you set up the dbt integration:
20
+
Keep the following in mind as you set up the dbt extension:
21
21
22
-
- The integration supports [dbt Core v1.7](https://docs.getdbt.com/docs/dbt-versions/core-upgrade/upgrading-to-v1.7){:target="_blank"}.
22
+
- The extension supports [dbt Core v1.7](https://docs.getdbt.com/docs/dbt-versions/core-upgrade/upgrading-to-v1.7){:target="_blank"}.
23
23
- You can use Snowflake, Databricks, RedShift, Postgres, and BigQuery as Reverse ETL sources.
24
24
- dbt models aren't synchronized from the dbt cloud. The model sync connects to a Git repository that loads models into Segment for use with Reverse ETL.
25
25
26
26
## Set up Git dbt Models and dbt Cloud
27
27
28
-
To set up the dbt integration, you'll need:
28
+
To set up the dbt extension, you'll need:
29
29
30
30
- an existing dbt account with a Git repository
31
31
- (for job syncs:) dbt cloud with jobs already created
Copy file name to clipboardExpand all lines: src/segment-app/extensions/git.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
@@ -5,7 +5,7 @@ title: Git Sync Extension
5
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
-
> Extensions, including Segment's Git sync 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"}.
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"}.
9
9
10
10
## Set up Git sync
11
11
@@ -17,6 +17,6 @@ Follow these steps to set up Git sync:
17
17
18
18
## Working with Git syncs
19
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.
20
+
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.
21
21
22
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.
0 commit comments