Part of the Staging family.
Lineage
Overview
7 tests guard this model - 5 generic, 2 singular.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
SC/VSC/yellow/red timeline from FastF1 session.track_status.
| Property | Value |
|---|---|
| Layer | staging |
| Family | Staging |
| Contract enforced | No |
| Column | Type | Nullable | Tests | Description |
|---|---|---|---|---|
track_status_id | varchar | Yes | not_null, unique | Surrogate key {race_id}{session_time_s}{status_code}. |
race_year | integer | Yes | Season year. | |
race_id | varchar | Yes | not_null | Numeric FastF1 event id cast to string; matches stg_laps.race_id. |
race_slug | varchar | Yes | Human-readable event name. | |
session_time_s | double | Yes | not_null | Session clock (s) at which the status changed. |
status_code | varchar | Yes | Raw FastF1 numeric status code as a string. | |
status_message | varchar | Yes | Raw FastF1 status message (e.g. ‘SCDeployed’, ‘VSCDeployed’). | |
status_label | varchar | Yes | accepted_values | Named decode of the status code. |
is_safety_car | boolean | Yes | TRUE when status_code = 4 (full Safety Car). | |
is_vsc | boolean | Yes | TRUE when status_code is 6 or 7 (Virtual Safety Car deployed/ending). | |
is_red_flag | boolean | Yes | TRUE when status_code = 5 (red flag). | |
status_duration_s | double | Yes | Seconds this status was in effect (until the next change in the race); NULL for the final open-ended event. |