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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@ Set up Selective Sync to control the exact tables and columns that Segment will
84
84
85
85
You can sync the following tables:
86
86
87
+
<!-- Removing this in favor of table below
87
88
**Profile raw tables**
88
89
- `external_id_mapping_updates`
89
90
- `id_graph_updates`
@@ -108,6 +109,7 @@ You can sync the following tables:
108
109
**Track event tables**
109
110
110
111
To view and select individual track tables, don’t sync track tables during the initial setup. Edit your sync settings after enabling Profiles Sync and waiting for the first sync to complete.
@@ -166,7 +168,9 @@ Reach out to [Segment support](https://app.segment.com/workspaces?contact=1){:ta
166
168
167
169
### Optional: Materialize key views using a SQL automation tool
168
170
169
-
This option allows you to materialize views on your own, or use Segment's open source dbt models.
171
+
During setup, you can optionally materialize views on your own, or use Segment's open source dbt models.
172
+
173
+
Use this option for additonal data transformation, or if you want to join Segment profile data with external data before materialization.
170
174
171
175
> success ""
172
176
> 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