Skip to content

Commit 776aa65

Browse files
authored
Merge pull request #7652 from segmentio/ksaha873-patch-1
Note added on Timestamp column being null during backfill
2 parents be6fefc + f31b8c6 commit 776aa65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/unify/profiles-sync/tables.md

Lines changed: 3 additions & 1 deletion
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+
The `Timestamp` column will be empty for backfilled data because, during backfill, historical profile changes are inferred from the current state of the profile and do not reflect the actual change history.
109111

110112
### The id_graph_updates table
111113

0 commit comments

Comments
 (0)