feat(pipeline): dim_school/dim_location store GIAS codes; seed drift test

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Tudor
2026-07-09 10:45:15 +01:00
co-authored by Claude Fable 5
parent d898e6279b
commit fa6c929a3a
4 changed files with 78 additions and 32 deletions
@@ -32,4 +32,4 @@ select
end as longitude
from {{ ref('stg_gias_establishments') }} s
-- Must match dim_school's status filter exactly (the API inner-joins the two).
where s.status in ('Open', 'Open, but proposed to close')
where s.status_code in (1, 3)