From 1cb8a10f12478a243788f03f8dcb1ef867fef347 Mon Sep 17 00:00:00 2001 From: rlittle08 Date: Mon, 3 Feb 2025 14:29:27 -0600 Subject: [PATCH] version bump: 0.4.4 (#119) * Update dbt_project.yml * Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- dbt_project.yml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dcbb42..a23630a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/dbt_project.yml b/dbt_project.yml index 99231c4..57c13a2 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -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.