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
+2-32Lines changed: 2 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,33 +84,6 @@ 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
88
-
**Profile raw tables**
89
-
- `external_id_mapping_updates`
90
-
- `id_graph_updates`
91
-
- `profile_traits_updates`
92
-
93
-
**Profile materialized tables**
94
-
- `user_identifier`
95
-
- `user_traits`
96
-
- `profile_merges`
97
-
98
-
> info ""
99
-
> Materialized view tables are disabled by default. If you'd like to use tables that Segment materializes, you can enable them with Selective Sync. Alternitively, you can use Segment's [open-source dbt models](https://github.com/segmentio/profiles-sync-dbt){:target="_blank"}, or materialize views with your own tools.
100
-
101
-
**Event type tables**
102
-
- `Identify`
103
-
- `Page`
104
-
- `Group`
105
-
- `Screen`
106
-
- `Alias`
107
-
- `Track`
108
-
109
-
**Track event tables**
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.
@@ -162,16 +135,13 @@ Reach out to [Segment support](https://app.segment.com/workspaces?contact=1){:ta
162
135
> success ""
163
136
> While historical backfill is running, you can start building [materialized views](/docs/unify/profiles-sync/tables/#tables-you-materialize) and running [sample queries](/docs/unify/profiles-sync/sample-queries).
164
137
165
-
<!-- TO DO: add a section below about materialized tables vs dbt script.
166
138
167
-
-->
168
-
169
-
### Optional: Materialize key views using a SQL automation tool
139
+
### Step 4 (Optional): Materialize key views using a SQL automation tool
170
140
171
141
During setup, you can optionally materialize views on your own, or use Segment's open source dbt models.
172
142
173
143
Use this option for additonal data transformation, or if you want to join Segment profile data with external data before materialization.
174
-
144
+
175
145
> success ""
176
146
> 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.
Copy file name to clipboardExpand all lines: src/unify/profiles-sync/tables.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -356,7 +356,7 @@ To do: add some info here about when customers might want to materialize tables
356
356
357
357
-->
358
358
## Tables you materialize
359
-
359
+
360
360
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"}:
0 commit comments