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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user