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/tables.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Through Profiles Sync, Segment provides data sets and models that can help you e
8
8
Using a practical example of how Segment connects and then merges anonymous profiles, this page explains the tables that Segment lands, as well as the tables you materialize as part of Profiles Sync.
9
9
10
10
## Case study: anonymous site visits lead to profile merge
11
-
11
+
12
12
To help illustrate the possible entries and values populated into Profiles Sync tables, view the event tabs below and consider the following scenario.
13
13
14
14
Suppose the following four events lead to the creation of two separate profiles:
@@ -355,10 +355,16 @@ This table has the following columns:
355
355
To do: add some info here about when customers might want to materialize tables themselves
356
356
357
357
-->
358
-
## Tables you materialize
358
+
## Tables you materialize
359
+
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"}:
359
361
360
-
> info "dbt model definitions package"
361
-
> To get started with your table materializations, try Segment's [open-source dbt models](https://github.com/segmentio/profiles-sync-dbt){:target="_blank"}, or materialize views with your own tools.
> 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.
362
368
363
369
> warning ""
364
370
> Please note that dbt models are in beta and need modifications to run efficiently on BigQuery, Synapse, and Postgres warehouses. Segment is actively working on this feature.
0 commit comments