You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,15 @@
1
1
# Unreleased
2
2
## New features
3
+
## Under the hood
4
+
## Fixes
5
+
6
+
# edu_edfi_source v0.3.4
7
+
## New features
3
8
- 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.
5
10
## Under the hood
6
11
## 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).
0 commit comments