Skip to content

Commit d028645

Browse files
authored
Bump/051 (#151)
* Update CHANGELOG.md * Update dbt_project.yml
1 parent aac6dc0 commit d028645

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Unreleased
2+
## New features
3+
## Under the hood
4+
## Fixes
25

6+
# edu_edfi_sourve v0.5.1
37
## New features
48
- Add base/stage models `base_ef3__student_school_food_service_program_association`, `stg_ef3__student_school_food_service_program_association`, `stg_ef3__stu_school_food_service__program_services`
59
- Add base/stage models `base_ef3__student_migrant_education_program_associations`, `stg_ef3__student_migrant_education_program_associations`, `stg_ef3__stu_migrant_edu__program_services`
610
- Add `stg_ef3__students__other_names`
7-
811
## Under the hood
912
- Add `k_assessment` to `stg_ef3__student_assessments__score_results` and `stg_ef3__student_assessments__performance_levels` for use downstream
1013
## Fixes
14+
- Fix deduplication logic of `stg_ef3__course_transcripts` to remove duplicates from across ODS years, by replacing `k_course` (tied to api_year) with `course_code, course_ed_org_id` in the deduplication key
1115

1216
# edu_edfi_source v0.5.0
1317
## 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.5.0'
4+
version: '0.5.1'
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)