Skip to content

Commit bb98f7f

Browse files
authored
Bump/0.3.5 (#87)
* Update dbt_project.yml * Update CHANGELOG.md * Update CHANGELOG.md
1 parent f250116 commit bb98f7f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
## Under the hood
44
## Fixes
55

6+
# edu_edfi_source v0.3.5
7+
## Fixes
8+
- Remove records deleted from Ed-Fi in `student_education_organization_associations` and `student_parent_associations`
9+
## Under the hood
10+
- Add `v_ext` handling in `discipline` and `student_academic_record` flattened models
11+
- Add missing references/surrogate key generation for ed_orgs in `graduation_plans` and `courses`
12+
613
# edu_edfi_source v0.3.4
714
## New features
815
- Add base/stage models for student_education_organization_responsibility_associations

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.3.4'
4+
version: '0.3.5'
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)