Skip to content

Commit 19d9618

Browse files
authored
Bump/0.4.7 (#134)
* 047 changelog notes * Update dbt_project.yml
1 parent 06d34b9 commit 19d9618

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Unreleased
22
## New features
3+
## Under the hood
4+
## Fixes
5+
6+
# edu_edfi_source v0.4.7
7+
## New features
38
- Add base/stage models for `staffEducationOrganizationContactAssociations`
49
- Add (optional) support for incremental materialization of most expensive stg models
5-
## Under the hood
610
## Fixes
711
- Fix unique key of `k_assessment` in `stg_ef3__objective_assessments`
812
- 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)
9-
10-
13+
- Fix surrogate key generation for References that include Descriptors that utilize EDU's 'replace descriptor' functionality
14+
1115
# edu_edfi_source v0.4.6
1216
## Fixes
1317
- Fix deduplication logic in all stg models to handle deleted records correctly before removal. This brings EDU more in sync with ODS true state

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.4.6'
4+
version: '0.4.7'
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)