Skip to content

Commit bc5ec6f

Browse files
jabortellrlittle08
andauthored
Fix invalid reference of stg_ef3__student_program_evaluations (#178)
* Fix invalid reference of stg_ef3__student_program_evaluations * Update dbt_project.yml * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Rob Little <rlittle@edanalytics.org>
1 parent 09821b8 commit bc5ec6f

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
# Unreleased
22
## New features
3-
- Update the following TPDM/EPDM base and stage models:
3+
## Under the hood
4+
## Fixes
5+
6+
# edu_edfi_source v0.6.2
7+
## Under the hood
8+
- Update the following TPDM/EPDM base and stage models, to support new edu_wh models:
49
- base_epdm__certification_exam_results
510
- stg_epdm__certification_exams
611
- stg_epdm__certification_exam_results
7-
## Under the hood
812
## Fixes
13+
- Fix invalid reference for relationships test on `stg_ef3__student_program_evaluations`
14+
15+
# edu_edfi_source v0.6.1
16+
## Under the hood
17+
- `extract_descriptor()` macro now correctly handles descriptors in cases where the field name doesn't match the underlying descriptor code (e.g. birthCountryDescriptor -> countryDescriptor)
918

1019
# edu_edfi_source v0.6.0
1120
## New features

dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
config-version: 2
22

33
name: 'edu_edfi_source'
4-
version: '0.6.1'
4+
version: '0.6.2'
55
require-dbt-version: [">=1.0.0", "<2.0.0"]
66

77
# This setting configures which "profile" dbt uses for this project.

models/staging/edfi_3/stage/_edfi_3__stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ referential_integrity_tests:
8181

8282
- k_program_evaluation: &ref_k_program_evaluation
8383
- relationships:
84-
to: ref('stg_edf3__student_program_evaluations')
84+
to: ref('stg_ef3__student_program_evaluations')
8585
field: k_program_evaluation
8686
tags: ['ref_integrity']
8787

0 commit comments

Comments
 (0)