Skip to content

Commit 2b4d5e6

Browse files
committed
clarify tables you materialize
1 parent 044bd3f commit 2b4d5e6

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

src/unify/profiles-sync/tables.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Through Profiles Sync, Segment provides data sets and models that can help you e
88
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.
99

1010
## Case study: anonymous site visits lead to profile merge
11-
11+
1212
To help illustrate the possible entries and values populated into Profiles Sync tables, view the event tabs below and consider the following scenario.
1313

1414
Suppose the following four events lead to the creation of two separate profiles:
@@ -355,10 +355,16 @@ This table has the following columns:
355355
To do: add some info here about when customers might want to materialize tables themselves
356356
357357
-->
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"}:
359361

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.
362+
- [`id_graph`](#the-idgraph-table)
363+
- [`external_id_mapping`](#the-externalidmapping-table)
364+
- [`profile_traits`](#the-profiletraits-table)
365+
366+
> success ""
367+
> 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.
362368
363369
> warning ""
364370
> 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

Comments
 (0)