Skip to content

Commit ba4abad

Browse files
committed
PM/EM feedback
1 parent 521881b commit ba4abad

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/unify/profiles-sync/tables.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,7 @@ Segment updates this table:
137137

138138
In the event that two profiles merge, Segment only updates the `profile_traits_updates` table for the `canonical_segment_id`, or the fully merged id.
139139

140-
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.
141-
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.
140+
From the `profile_traits_updates` table, use Segment's [open-source dbt models](https://github.com/segmentio/profiles-sync-dbt){:target="_blank"}, or your own tools to materialize the [`profile_traits`](#the-profile-traits-table) table with all profiles and associated profile traits in your data warehouse.
144141

145142

146143
### The identifies, page, screens, and track tables
@@ -178,8 +175,6 @@ And two entries in the `identifies` table:
178175

179176
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`.
180177

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"}.
183178

184179
### Profiles Sync schema
185180

0 commit comments

Comments
 (0)