session_checkpoint
This table is aggregated at the session level and contains all events with session_id.
| Field Name | Type | Description | Example |
|---|---|---|---|
| checkpoint | date | ||
| game_id | int | ||
| user_id | string | ||
| player_id | string | ||
| session_id | string | session's unique identifier | abcdefgh-ij12-klm3-45no-6789pqrstuvw |
| session_start_ts | timestamp | arrival timestamp from the first/earliest event within that session | 2020-01-02 00:00:00 UTC |
| session_length | int | length of that session in seconds | 181 |
| session_num | int | session number for that player | 3 |