Skip to content

Commit 521881b

Browse files
committed
Add warnings based on launch plan update
1 parent c4d1f9e commit 521881b

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
@@ -139,6 +139,9 @@ In the event that two profiles merge, Segment only updates the `profile_traits_u
139139

140140
From the `profile_traits_updates` table, Segment materializes the [`profile_traits`](#the-profile_traits-table) table with all profiles and associated profile traits in your data warehouse.
141141

142+
> warning ""
143+
> The `profile_traits_updates` table doesn't backfill by default. [Contact Segment support](https://app.segment.com/workspaces?contact=1){:target="blank"} to request historical data backfill for this table.
144+
142145

143146
### The identifies, page, screens, and track tables
144147

@@ -175,6 +178,9 @@ And two entries in the `identifies` table:
175178

176179
All these events were performed by the same person. If you use these tables to assemble your data models, though, always join them against `id_graph` to resolve each event’s `canonical_segment_id`.
177180

181+
> warning ""
182+
> Beginning August 1, 2023, new Profiles Sync users will not see the `identifies` table sync by default. To sync this table, [contact Segment support](https://app.segment.com/workspaces?contact=1){:target="blank"}.
183+
178184
### Profiles Sync schema
179185

180186
Profiles Sync uses the following schema: `<profiles_space_name>.<tableName>`.

0 commit comments

Comments
 (0)