Skip to content

Commit 9f28e03

Browse files
committed
add raw vs materialized views table
1 parent cdb3e00 commit 9f28e03

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/unify/profiles-sync/tables.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Profiles Sync creates two types of tables in your data warehouse: raw tables and
1414

1515
The following table shows how raw tables map to their corresponding materialized views:
1616

17+
| Raw table | Materialized view | Description |
18+
| ----------------------------- | ------------------ | ------------------------------------------------------------- |
19+
| `id_graph_updates` | `profile_merges` | Tracks changes in profile merges across the identity graph. |
20+
| `external_id_mapping_updates` | `user_identifiers` | Tracks external IDs associated with user profiles. |
21+
| `profile_traits_updates` | `user_traits` | Tracks changes to user profile traits (like names or emails). |
22+
1723

1824

1925
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.

0 commit comments

Comments
 (0)