What's Changed
New features
- Add school_year column to fct_student_grades, fct_student_discipline_incident_behaviors, fct_student_discipline_incident_summary, fct_student_discipline_actions_summary, fct_student_school_attendance_event, fct_student_section_attendance_event, fct_student_daily_attendance
Under the hood
- Expand yml documentation for fct_student_section_attendance_event
Fixes
- Fix period_duration calculation in dim_class_period to account for different time formats.
Full Changelog: 0.6.0...0.6.1
Context-Specific Release Notes
For Engineers:
- Any downstream queries that implicitly reference
school_yearfrom fcts may be broken. All approved edu packages (including edu_ext_podium) were unaffected. Explicit column references should always be used.
For Data Consumers:
- Any downstream queries that implicitly reference
school_yearfrom fcts may be broken. All approved edu packages (including edu_ext_podium) were unaffected. Explicit column references should always be used. period_durationindim_class_periodwill change in edge cases, e.g. for classes that begin prior to 6AM, or where begin_date is in military time, and end_date not in military time.