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/unify/profiles-sync/index.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
@@ -16,13 +16,13 @@ Before you begin, prepare for setup with these tips:
16
16
17
17
- To connect your warehouse to Segment, you must have read and write permissions with the warehouse Destination you choose.
18
18
- During step 2, you’ll copy credentials between Segment and your warehouse Destination. To streamline setup, open your Segment workspace in one browser tab and open another with your warehouse account.
19
-
- Make sure to copy any IP addresses Segment asks you to allowlist in your warehouse Destination.
19
+
- Make sure to copy any IP addresses Segment asks you to allowlist in your warehouse destination.
20
20
21
21
### Step 1: Select a warehouse
22
22
23
-
You’ll first choose the Destination warehouse to which Segment will sync profiles. Profiles Sync supports the Snowflake, Redshift, BigQuery, Azure, and Postgres warehouse Destinations. Your initial setup will depend on the warehouse you choose.
23
+
You’ll first choose the destination warehouse to which Segment will sync profiles. Profiles Sync supports the Snowflake, Redshift, BigQuery, Azure, and Postgres warehouse Destinations. Your initial setup will depend on the warehouse you choose.
24
24
25
-
The following table shows the supported Profiles Sync warehouse Destinations and the corresponding required steps for each. Select a warehouse, view its Segment documentation, then carry out the warehouse’s required steps before moving to step 2 of Profiles Sync setup:
25
+
The following table shows the supported Profiles Sync warehouse destinations and the corresponding required steps for each. Select a warehouse, view its Segment documentation, then carry out the warehouse’s required steps before moving to step 2 of Profiles Sync setup:
- Be sure to log in with a user who has read and write permissions so that Segment can write to your database.
70
-
- Segment shows an IP address to allowlist. Copy it to your warehouse Destination.
70
+
- Segment shows an IP address to allowlist. Copy it to your warehouse destination.
71
71
2. Enter a schema name to help you identify this space in the warehouse, or use the default name provided.
72
72
- The schema name can't be changed once the warehouse is connected.
73
73
4. Enter your warehouse credentials, then select **Test Connection**.
74
74
5. If the connection test succeeds, Segment enables the **Next** button. Select it.
75
75
* If the connection test fails, verify that you’ve correctly entered the warehouse credentials, then try again.
76
76
77
77
78
-
### Step 3: Set Selective Sync
78
+
### Step 3: Set up Selective Sync
79
79
80
80
Set up Selective Sync to control the exact tables and columns that Segment will sync to your connected data warehouse.
81
81
@@ -140,7 +140,7 @@ Reach out to [Segment support](https://app.segment.com/workspaces?contact=1){:ta
140
140
141
141
During setup, you can optionally materialize views on your own, or use Segment's open source dbt models.
142
142
143
-
You might use this option if, for example, you want to transform additional data or join Segment profile data with external data before materialization.
143
+
You might want to materialize your own tables if, for example, you want to transform additional data or join Segment profile data with external data before materialization.
144
144
145
145
> success ""
146
146
> You can alternatively use [tables that Segment materializes](/docs/unify/profiles-sync/tables/#tables-segment-materializes) and syncs to your data warehouse.
Copy file name to clipboardExpand all lines: src/unify/profiles-sync/tables.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -351,10 +351,6 @@ This table has the following columns:
351
351
|`timestamp`| The UTC-converted timestamp set by the Segment library. |
352
352
353
353
354
-
<!--
355
-
To do: add some info here about when customers might want to materialize tables themselves
356
-
357
-
-->
358
354
## Tables you materialize
359
355
360
356
You can materialize the following tables with your own tools, or using Segment's [open-source dbt models](https://github.com/segmentio/profiles-sync-dbt){:target="_blank"}:
@@ -363,6 +359,8 @@ You can materialize the following tables with your own tools, or using Segment's
You might want to materialize your own tables if, for example, you want to transform additional data or join Segment profile data with external data before materialization.
363
+
366
364
> success ""
367
365
> You can alternatively use tables that Segment materializes and syncs to your data warehouse. [Learn more](/docs/unify/profiles-sync/tables/#tables-segment-materializes) about the tables Segment materializes.
0 commit comments