Skip to content

Commit 8c099dc

Browse files
authored
Bump/053 (#166)
* Update dbt_project.yml * Update CHANGELOG.md * typo caught in final testing
1 parent a389db3 commit 8c099dc

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Unreleased
22
## New features
3-
- Add `stg_tpdm__candidates__other_names`, `stg_tpdm__candidate_races`, and modify `stg_tpdm__candidates` to support `dim_candidate` model
43
## Under the hood
54
## Fixes
65

6+
# edu_edfi_source v0.5.3
7+
## New features
8+
- Add `stg_tpdm__candidates__other_names`, `stg_tpdm__candidate_races`, and modify `stg_tpdm__candidates` to support `dim_candidate` model
9+
## Fixes
10+
- Fix missing column from test `cfg_student_assessment_score_name_dupes`
11+
- Minor fixes for Databricks compatibility
12+
713
# edu_edfi_source v0.5.2
814
## New features
915
- Add `stg_ef3__student_academic_records__academic_honors` to capture academic honors from student academic records

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.2'
4+
version: '0.5.3'
55
require-dbt-version: [">=1.0.0", "<2.0.0"]
66

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

models/staging/tpdm/stage/_tpdm__stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ models:
113113
tags: ['tpdm']
114114
enabled: "{{ var('edu:tpdm:enabled', False) }}"
115115

116-
- name: stg_tpdm__candidate__other_names
116+
- name: stg_tpdm__candidates__other_names
117117
config:
118118
tags: ['tpdm']
119119
enabled: "{{ var('edu:tpdm:enabled', False) }}"

0 commit comments

Comments
 (0)