Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# Unreleased
## New features
- Update the following TPDM/EPDM base and stage models:
## Under the hood
## Fixes

# edu_edfi_source v0.6.2
## Under the hood
- Update the following TPDM/EPDM base and stage models, to support new edu_wh models:
- base_epdm__certification_exam_results
- stg_epdm__certification_exams
- stg_epdm__certification_exam_results
## Under the hood
## Fixes
- Fix invalid reference for relationships test on `stg_ef3__student_program_evaluations`

# edu_edfi_source v0.6.1
## Under the hood
- `extract_descriptor()` macro now correctly handles descriptors in cases where the field name doesn't match the underlying descriptor code (e.g. birthCountryDescriptor -> countryDescriptor)

# edu_edfi_source v0.6.0
## New features
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config-version: 2

name: 'edu_edfi_source'
version: '0.6.1'
version: '0.6.2'
require-dbt-version: [">=1.0.0", "<2.0.0"]

# This setting configures which "profile" dbt uses for this project.
Expand Down
2 changes: 1 addition & 1 deletion models/staging/edfi_3/stage/_edfi_3__stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ referential_integrity_tests:

- k_program_evaluation: &ref_k_program_evaluation
- relationships:
to: ref('stg_edf3__student_program_evaluations')
to: ref('stg_ef3__student_program_evaluations')
field: k_program_evaluation
tags: ['ref_integrity']

Expand Down