Skip to content

Commit 889591b

Browse files
authored
Update tables.md
1 parent ed3ac0b commit 889591b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/unify/profiles-sync/tables.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ Profile raw tables contain records of changes to your Segment profiles and Ident
105105

106106
With raw tables, you have full control over the materialization of Profiles in your warehouse, as well as increased observibility.
107107

108-
Raw tables contain complete historical data when using historical backfill.
108+
Raw tables contain complete historical data when using historical backfill.
109+
110+
Note: `Timestamp` column will be empty for backfilled data. This is because reverse engineer historical profile changes from the current state of the profile.
109111

110112
### The id_graph_updates table
111113

@@ -296,7 +298,7 @@ If you're not using materialized views for Profile Sync and would like to switch
296298
2. **Request a Full Profiles and Events Backfill**
297299
- After enabling the materialized views, you'll need to ensure historical data is populated in the materialized tables.
298300
- Write to [[email protected]](mailto:[email protected]) and request:
299-
- A full **Profiles Backfill** to populate historical profiles data.
301+
- A full **Profiles Backfill** to populate historical profiles data. Materialized views will have nil `Timestamp` for the same reason as Profile events table, discussed above.
300302
- An **Events Backfill** to include any relevant historical events, including a date range for Segment to pull data in for the events backfill.
301303

302304
3. **Verify Your Data**

0 commit comments

Comments
 (0)