Skip to content

Commit 55b874c

Browse files
authored
version bump v0.3.4 (#80)
* Update dbt_project.yml * Update CHANGELOG.md
1 parent 5156f1e commit 55b874c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Unreleased
22
## New features
3+
## Under the hood
4+
## Fixes
5+
6+
# edu_edfi_source v0.3.4
7+
## New features
38
- Add base/stage models for student_education_organization_responsibility_associations
4-
- Add column `last_modified_timestamp` to every base table (via `source_edfi3` macro). This includes timestamps of deletes, which is helpful for tracking down when deletes occurred.
9+
- Add column `last_modified_timestamp` to every base table (via `source_edfi3` macro). This includes timestamps of Ed-Fi deletes, which is helpful for tracking down when deletes occurred.
510
## Under the hood
611
## Fixes
7-
- Improve performance by fixing the grain issues of a join in `int_ef3__student_assessments__identify_subject`. Also fixes edge case bug (only impacts where assessments were loaded incorrectly)
12+
- Improve performance of `stg_ef3__student_assessments` by fixing a join in `int_ef3__student_assessments__identify_subject`. Also fixes edge case bug (only applicable where assessments were loaded incorrectly).
813

914
# edu_edfi_source v0.3.3
1015
## New features

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.3.3'
4+
version: '0.3.4'
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)