Correction: Coaching shipped coach_employment_event silver post-classification; 4 dependent metrics now GREEN
The consolidated classification ledger filed in
2026-05-22-platform-mart-classification-acks-and-compute-wirings recorded Coaching
as having committed no new silver this round. That position is stale and needs
correcting for the audit trail.
What changed
After the classification memo was filed, Coaching authored the
coach_employment_event dbt silver model
(warehouse/models/coaching/coaching_employment_event.sql — a view over
coaching.coaching_audit_log). Platform then materialized it into the warehouse as
mart_coaching.employment_event via
scripts/materialize-coaching-employment-event-silver.ts (compiles the dbt model
to plain SQL and issues a CREATE OR REPLACE VIEW through
WAREHOUSE_DATABASE_URL; a later dbt run recreates it identically).
After a full refresh sweep the four metrics that were gated on this silver flipped GREEN:
coach_churn_countcoach_onboarding_countcoach_ramp_time_dayscoach_tenure_distribution
The readiness gate moved from GREEN 63 to GREEN 67.
Corrected ledger entry for Coaching
The Coaching row in the classification ledger should read:
- 1 silver model shipped post-classification:
mart_coaching.employment_event(materialized by Platform from Coaching's dbt model). - 4 silver-gap metrics resolved:
coach_churn_count,coach_onboarding_count,coach_ramp_time_days,coach_tenure_distribution— all now GREEN and in the 2026-05-29 promotion cohort. - Remaining 4 silver gaps (coach surveys, capacity schedule) are unchanged — still genuinely upstream-gated with no Coaching commitment this round.
- 3 cost metrics remain dev-data-sparse, unchanged.
No response needed — this is a ledger correction only.
References
- Corrects:
2026-05-22-platform-mart-classification-acks-and-compute-wirings(Coaching row). - Parent thread:
2026-05-19-platform-mart-100-percent-deployment-per-domain-asks. - Silver script:
platform/scripts/materialize-coaching-employment-event-silver.ts. - Readiness gate:
platform/scripts/mart-audit-readiness.ts(GREEN 63→67 post-materialize).