Skip to content

Commit 117b481

Browse files
authored
Bump/061 (#177)
* Update CHANGELOG.md * Update dbt_project.yml
1 parent 1dabd5f commit 117b481

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
## Under the hood
44
## Fixes
55

6+
# edu_edfi_source v0.6.1
7+
## Under the hood
8+
- `extract_descriptor()` macro now correctly handles descriptors in cases where the field name doesn't match the underlying descriptor code (e.g. birthCountryDescriptor -> countryDescriptor)
9+
610
# edu_edfi_source v0.6.0
711
## New features
812
- Add base/stg models for new SEDM `student_ieps` and `iep_events`

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.6.0'
4+
version: '0.6.1'
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)