Skip to content

Commit 0e17274

Browse files
authored
Bump/0.4.10 (#141)
* Update dbt_project.yml * Update CHANGELOG.md
1 parent 579f066 commit 0e17274

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Unreleased
22

3+
## New features
4+
## Under the hood
5+
## Fixes
6+
7+
# edu_edfi_source v0.4.10
38
## New features
49
- Add base/stage model for `StudentCTEProgramAssociation`
510
- Add stage model `stg_ef3__stu_cte__program_services` to flatten program services list for `StudentCTEProgramAssociation`
6-
7-
## Under the hood
811
## Fixes
9-
- Add handling of multiple academic subjects per course for DS 5.0 compatibility; new `stg_ef3__courses_academic_subjects` model and new `v_academic_subjects` columns in `base_ef3__courses` and `stg_ef3__courses` models.
12+
- Add handling of multiple academic subjects per course for DS 5.0 compatibility; new `stg_ef3__courses__academic_subjects` model and new `v_academic_subjects` columns in `base_ef3__courses` and `stg_ef3__courses` models.
1013
- Correctly cast minimum and maximum credits for courses to float instead of int.
1114

1215

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.8'
4+
version: '0.4.10'
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)