feat(pipeline): derive dim_school.has_sixth_form from GIAS flag

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Tudor
2026-07-07 10:30:39 +01:00
co-authored by Claude Fable 5
parent 3b35849bb3
commit d11faefebd
3 changed files with 20 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ class DimSchool(Base):
religious_character = Column(String(100))
gender = Column(String(20))
age_range = Column(String(20))
has_sixth_form = Column(Boolean)
capacity = Column(Integer)
total_pupils = Column(Integer)
headteacher_name = Column(String(200))