You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* distinguish subject used for both keys
* pull through new obj assess subject for stu subj
* Update stg_ef3__objective_assessments.sql
* rename for consistency in warehouse models
* Update CHANGELOG.md
* alphabetize keys
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,10 @@
4
4
- Add (optional) support for incremental materialization of most expensive stg models
5
5
## Under the hood
6
6
## Fixes
7
+
- Fix unique key of `k_assessment` in `stg_ef3__objective_assessments`
7
8
- Fix unique key `k_student_assessment` in `stg_ef3__student_assessments` to include `student_unique_id` (relevant only where `student_assessment_identifier` is not on its own unique)
8
9
10
+
9
11
# edu_edfi_source v0.4.6
10
12
## Fixes
11
13
- Fix deduplication logic in all stg models to handle deleted records correctly before removal. This brings EDU more in sync with ODS true state
{# Rename obj_assess_academic_subject --> academic_subject for human-readability and to avoid breaking change to warehouse. academic_subject above represents 'OVERALL' assessment subject, so that the gen_skey() call works. #}
62
+
renamed as (
63
+
select
64
+
deduped.* RENAME (academic_subject as assess_academic_subject, obj_assess_academic_subject as academic_subject)
0 commit comments