feat(pipeline): admissions preference breakdown and cross-LA demand in marts

This commit is contained in:
Tudor
2026-07-12 21:30:50 +01:00
parent 0fe1ea0d6a
commit 5a94f470e1
3 changed files with 15 additions and 0 deletions
@@ -124,6 +124,11 @@ models:
tests: [not_null]
- name: year
tests: [not_null]
- name: second_preference_offers
- name: third_preference_offers
- name: cross_la_applications
- name: cross_la_offers
- name: total_offers
- name: fact_finance
description: School financial data — one row per URN per year
@@ -5,9 +5,14 @@ select
year,
school_phase,
places_offered,
total_offers,
total_applications,
first_preference_applications,
first_preference_offers,
second_preference_offers,
third_preference_offers,
cross_la_applications,
cross_la_offers,
first_preference_offer_pct,
oversubscription_ratio,
oversubscribed,