Schema
| Column Name | Data Type | Description | Example |
|---|---|---|---|
| _ingest_time | timestamp | Timestamp of data ingestion | ’2026-04-10’ |
| session_guid | uuid | Unique identifier for the session | ’123e4567-e89b-12d3-a456-426614174000’ |
| user_guid | uuid | Unique identifier for the user | ’123e4567-e89b-12d3-a456-426614174001’ |
| role | string | Role of the user in the session | ’Admin’ |
| execution_date | date | Date of execution | ’2026-04-10’ |