We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f17378 commit 2dab68aCopy full SHA for 2dab68a
CHANGELOG.md
@@ -3,6 +3,11 @@
3
## Under the hood
4
## Fixes
5
6
+# edu_edfi_source v0.4.6
7
+## Fixes
8
+- Fix deduplication logic in all stg models to handle deleted records correctly before removal. This brings EDU more in sync with ODS true state
9
+- Fix unique key in `stg_ef3__student_objective_assessments` to include assessment_identifier to handle edge case duplicates
10
+
11
# edu_edfi_source v0.4.5
12
## New features
13
- Add base/stage models for `restraintEvents`
dbt_project.yml
@@ -1,7 +1,7 @@
1
config-version: 2
2
name: 'edu_edfi_source'
-version: '0.4.4'
+version: '0.4.6'
require-dbt-version: [">=1.0.0", "<2.0.0"]
# This setting configures which "profile" dbt uses for this project.
0 commit comments