Schema
| Column Name | Data Type | Description | Example |
|---|---|---|---|
| _ingest_time | timestamp | Timestamp of data ingestion | ’2026-04-10’ |
| slot_guid | uuid | Unique identifier for the slot | ’123e4567-e89b-12d3-a456-426614174000’ |
| start_time | timestamp | Start time of the slot | ’2026-04-10T09:00:00Z’ |
| end_time | timestamp | End time of the slot | ’2026-04-10T09:30:00Z’ |
| status | string | Status of the slot | ’Available’ |
| execution_date | date | Date of execution | ’2026-04-10’ |