Skip to content

Commit

Permalink
changelog and dbt project version bump - 0.3.2 (#121)
Browse files Browse the repository at this point in the history
* changelog 0.3.2

* Update CHANGELOG.md

* Update CHANGELOG.md

* finalized changelog

* Update CHANGELOG.md

* bump dbt version

* Update CHANGELOG.md

---------

Co-authored-by: Ryan Aguilar <[email protected]>
  • Loading branch information
rlittle08 and ryanaguilar authored Apr 8, 2024
1 parent 3a38940 commit 1c7546e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
## Under the hood
## Fixes

# edu_wh v0.3.2
## New features
- Add `has_hispanic_latino_ethnicity` to `dim_student`. Also include in this in fields that are "immutable" (consistent across years), assuming variable `edu:stu_demos:make_demos_immutable` is set to `True`.
- Add configurable student language columns to `dim_student`.
- Add configurable custom override for student grade level (some source other than student-school-assoc in Ed-Fi). Use variable `edu:stu_demos:grade_level_override` to configure a data source and column.
- Add configurable logic for override of `school_year` in `fct_student_assessment` and `fct_student_objective_assessment` (e.g. if NULL, use thresholds to populate). By default, no override is done, but options were added to use a global variable `edu:school_year:start_month`, `edu:school_year:start_day`, or use a xwalk of date ranges `xwalk_assessment_school_year_dates`.
- Make `stu_display_name` configurable (e.g. include suffix or preferred_name)
## Under the hood
- Correct dbt docs for unique key of `fct_student_daily_attendance`.
- Add `k_school` to grain of qc model `attendance_freshness`.
- Also restrict `attendance_freshness` model to current or past dates
- And add column `days_since_last_attendance_event` to `attednance_freshness_test`
## Fixes
- Remove `is_latest_record` from auto-creation of subgroups for `dim_subgroup` and `fct_student_subgroup`.

# edu_wh v0.3.1
## New features
- Add `dim_staff.race_ethnicity`, using rules analogous to `dim_student.race_ethnicity`
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_wh'
version: '0.3.1'
version: '0.3.2'
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 1c7546e

Please sign in to comment.