Skip to content

Commit 4054c5f

Browse files
authored
Bump/060 (#172)
* Update dbt_project.yml * Update CHANGELOG.md
1 parent 7e89167 commit 4054c5f

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,15 +1,18 @@
11
# Unreleased
22
## New features
3-
- Add base/stg models for new SEDM `student_ieps` and `iep_events`
43
## Under the hood
54
## Fixes
65

76
# edu_edfi_source v0.6.0
87
## New features
9-
- Add Ed-Fi Data Standard v5 base/stage models: `base_ef3__program_evaluations`, `base_ef3__student_program_evaluations`, `base_ef3__student_special_education_program_eligibility_associations`, `stg_ef3__program_evaluations`, `stg_ef3__student_program_evaluations`, `stg_ef3__student_special_education_program_eligibility_associations`
8+
- Add base/stg models for new SEDM `student_ieps` and `iep_events`
9+
- Add Ed-Fi Data Standard v5 special education base/stage models: `base_ef3__program_evaluations`, `base_ef3__student_program_evaluations`, `base_ef3__student_special_education_program_eligibility_associations`, `stg_ef3__program_evaluations`, `stg_ef3__student_program_evaluations`, `stg_ef3__student_special_education_program_eligibility_associations`
1010
- Add columns to `base_ef3__student_special_education_program_associations` that are new in Ed-Fi Data Standard v5.2
11+
- Add `stg_ef3__sections__programs`
12+
- Add `k_person` to `stg_ef3__staffs` (useful for TPDM/EPDM domain links)
1113
## Under the hood
12-
- Breaking change if your project is using the TPDM/EPDM domain: The variable `edu:tpdm:enabled` has been renamed to `src:domain:tpdm:enabled` to remain consistent with the existing domain variables.
14+
- Breaking change if your project is using the TPDM/EPDM domain: The variable `edu:tpdm:enabled` has been renamed to `src:domain:tpdm:enabled` to remain consistent with the existing domain variables.
15+
- Breaking changes if your project is using the TPDM/EPDM domain: removed `k_survey_response_person_target_association`, `k_candidate_educator_preparation_program_association` and renamed `k_educator_prep_program` to `k_educator_preparation_program`
1316
## Fixes
1417

1518
# edu_edfi_source v0.5.3

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.5.3'
4+
version: '0.6.0'
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)