Skip to content

Commit

Permalink
version bump: 0.4.4 (#119)
Browse files Browse the repository at this point in the history
* Update dbt_project.yml

* Update CHANGELOG.md
  • Loading branch information
rlittle08 authored Feb 3, 2025
1 parent 82bd15e commit 1cb8a10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
## New features
## Under the hood
## Fixes

# edu_edfi_source v0.4.4
## Fixes
- Handle invalid timestamp formatting in student_assessments
- Fix coalesce logic for academic subjects in `stg_ef3__objective_assessments` and `stg_ef3__student_objective_assessments` to hydrate correctly when populated in respective Ed-Fi element's `academicSubject` field

# edu_edfi_source v0.4.3
## Fixes
- Add missing `program_enroll_end_date` to every stg-stu-program `__program_services` + `stu_spec_ed__disabilities`
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config-version: 2

name: 'edu_edfi_source'
version: '0.4.3'
version: '0.4.4'
require-dbt-version: [">=1.0.0", "<2.0.0"]

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

0 comments on commit 1cb8a10

Please sign in to comment.