Skip to content

Commit a1f3e9b

Browse files
authored
Merge pull request #5207 from segmentio/olesia-ag-patch-2
Update warehouses.md - added section about the users table
2 parents ce6eabf + d2bed3e commit a1f3e9b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/engage/warehouses.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ Similar to track calls in Connections, Engage track calls appear in your warehou
129129
| ------- | ---------------------- | ---------------------- |
130130
| u123 | 450.00 | total_revenue_180_days |
131131

132+
## Users table
133+
134+
The users table is an aggregate view based on the `user_id` field. This means that anonymous profiles with just an `anonymous_id` identifier aren't included in this view. You can still view identify calls for anonymous audiences and computed traits in the `identifies` table.
135+
136+
The users table is synced as soon as the warehouse is connected as a destination in Engage, if you've previously created Engage computations. As a result, the table might contain data from computations not directly connected to the warehouse.
137+
132138
## Sync frequency
133139

134140
Although Engage can compute audiences and traits in real-time, these calculations are subject to the sync schedule allowed by your warehouses plan, which is usually hourly. You can check the warehouse sync history to see details about past and upcoming syncs. When you look at the sync schedule, sources with the `engage_` prefix sync data from Engage.
@@ -140,10 +146,6 @@ Although Engage can compute audiences and traits in real-time, these calculation
140146

141147
Yes. You can use [Warehouses Selective Sync](/docs/connections/storage/warehouses/faq/#can-i-control-what-data-is-sent-to-my-warehouse) to manage which traits, audiences, and tables get synced from Engage.
142148

143-
### Why are some users missing from the `users` table?
144-
145-
The users table is an aggregate view based on the `user_id` field. This means that anonymous profiles with just an `anonymous_id` identifier aren't included in this view. You can still view identify calls for anonymous audiences and computed traits in the `identifies` table.
146-
147149
### Why are there multiple schemas prefixed with `engage_` in my warehouse when I only have one space?
148150

149151
Segment currently can only connect a source to one instance of each destination, for example, one source cannot send to two different Amplitude instances. To get around this restriction, Engage creates multiple sources to send events to the destinations connected to your space.

0 commit comments

Comments
 (0)