edu_edfi_source v0.5.1
What's Changed
New features
- Add base/stage models
base_ef3__student_school_food_service_program_association,stg_ef3__student_school_food_service_program_association,stg_ef3__stu_school_food_service__program_services - Add base/stage models
base_ef3__student_migrant_education_program_associations,stg_ef3__student_migrant_education_program_associations,stg_ef3__stu_migrant_edu__program_services - Add
stg_ef3__students__other_names
Under the hood
- Add
k_assessmenttostg_ef3__student_assessments__score_resultsandstg_ef3__student_assessments__performance_levelsfor use downstream
Fixes
- Fix deduplication logic of
stg_ef3__course_transcriptsto remove duplicates from across ODS years, by replacingk_course(tied to api_year) withcourse_code, course_ed_org_idin the deduplication key
New Contributors
- @theokaufman made their first contribution in #152
Full Changelog: 0.5.0...0.5.1
Context-Specific Release Notes
For Data Consumers:
- The fix to
stg_ef3__course_transcriptsmeans that once upgraded, you will likely notice fewer records infct_course_transcripts, as bad duplicates have been removed. You may be able to remove workarounds from downstream processes.
Additionally, See edu_wh v0.5.1 release notes