edu_edfi_source v0.4.10
Overview
What's Changed
- Fix/Support multiple subjects per course in DS 5.0 by @alchenist in #139
- feature/model_creation_stu_cte_prog_assoc by @mberrien-fitzsimons in #140
- Bump/0.4.10 by @rlittle08 in #141
New Contributors
- @alchenist made their first contribution in #139
- @mberrien-fitzsimons made their first contribution in #140
Copied Changelog
Full Changelog: 0.4.9...0.4.10
New features
- Add base/stage model for
StudentCTEProgramAssociation - Add stage model
stg_ef3__stu_cte__program_servicesto flatten program services list forStudentCTEProgramAssociation
Fixes
- Add handling of multiple academic subjects per course for DS 5.0 compatibility; new
stg_ef3__courses__academic_subjectsmodel and newv_academic_subjectscolumns inbase_ef3__coursesandstg_ef3__coursesmodels. - Correctly cast minimum and maximum credits for courses to float instead of int.
Context-Specific Release Notes
For Engineers:
- Check that you don't have duplicate models for
StudentCTEProgramAssociationalready existing in your Stadium repo - Check that minimum & maximum credits are not in use with a hard dependency on
intdata type - If your project is on DS 5.0+, let data consumers know that new subjects data may be available
For Data Consumers:
- You may have new student CTE program data available in
stg_ef3__student_cte_program_associations(warehouse models coming soon) - If your project is on DS 5.0+, check the output of
stg_ef3__courses__academic_subjects(and more importantly,dim_course) for potentially new subjects data