Skip to main content
Part of the Staging family.
Phase 10c, the channel split. The POSITION channel of raw_telemetry — 58.8M of its 118.7M rows — projected to the positional columns. Until Phase 10 these rows had no consumer at all: stg_telemetry projects all three FastF1 sample provenances un-filtered and int_lap_telemetry_aggregates then filters to ‘car’. This model is the only reader of source_channel = ‘pos’, and int_lap_proximity is its only consumer. Deliberately NOT a copy of stg_telemetry with a different WHERE clause: it carries relative_distance / pos_x / pos_y, which the car-channel path never references, and it omits the car-channel’s distance_m BETWEEN 0 AND 6500 guard because its position column is a 0..1 lap fraction that carries its own bound.

Lineage

Overview

1 tests guard this model - 0 generic, 1 singular.

Columns