Skip to content

edu_edfi_source v0.5.2

Latest

Choose a tag to compare

@rlittle08 rlittle08 released this 03 Nov 14:29
439898a

What's Changed

Note, this release was originally made on 10/24/25, then was removed and re-added on 11/3/25 to include this fix to previously released breaking change

New features

  • Add stg_ef3__student_academic_records__academic_honors to capture academic honors from student academic records
  • Updated extract_extension.sql macro to allow for extensions to be defined in the edu_edfi_source dbt_project.yml and enabled per project.
    • And added the tpdm/epdm predefined extension to dbt_project.yml

Fixes

  • To fix keys that were triggering faulty dbt test failures:
    • Updated gen_skey.sql macro. Changed the order of k_survey_section column list. Changed survey_section_title from snake case to camel case.
    • Corrected stg_ef3__survey_section_responses.sql model k_survey_section_response variable. previously missing survey_response_id variable.

New Contributors

Full Changelog: 0.5.1...0.5.2

Context-Specific Release Notes

For Engineers:

  • If your implementation uses the TPDM/EPDM Ed-Fi model, you can now bring forward TPDM extensions on core resources (e.g. credentials.credential_status_date) by adding to your project vars: 'src:predefined_extensions:tpdm:enabled': True
  • You may see fewer dbt test failures for survey related models

For Data Consumers::

  • stg_ef3__student_academic_records__academic_honors is now available