Skip to content

edu_edfi_source v0.4.10

Choose a tag to compare

@rlittle08 rlittle08 released this 30 Jun 18:29
· 23 commits to main since this release
0e17274

Overview

What's Changed

New Contributors

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_services to flatten program services list for StudentCTEProgramAssociation

Fixes

  • Add handling of multiple academic subjects per course for DS 5.0 compatibility; new stg_ef3__courses__academic_subjects model and new v_academic_subjects columns in base_ef3__courses and stg_ef3__courses models.
  • 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 StudentCTEProgramAssociation already existing in your Stadium repo
  • Check that minimum & maximum credits are not in use with a hard dependency on int data 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