Skip to content

Commit 2dab68a

Browse files
authored
Bump/046 (#125)
* Update CHANGELOG.md * Update dbt_project.yml * Update CHANGELOG.md
1 parent 1f17378 commit 2dab68a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
## Under the hood
44
## Fixes
55

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+
611
# edu_edfi_source v0.4.5
712
## New features
813
- Add base/stage models for `restraintEvents`

dbt_project.yml

+1-1
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.4.4'
4+
version: '0.4.6'
55
require-dbt-version: [">=1.0.0", "<2.0.0"]
66

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

0 commit comments

Comments
 (0)