Skip to content

Commit 143675e

Browse files
authored
logging and version bump 0.3.3 (#72)
* changelog 0.3.3 * dbt version 0.3.3
1 parent 29c0040 commit 143675e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

6+
# edu_edfi_source v0.3.3
7+
## New features
8+
- 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+
## Under the hood
10+
- Add explicit namespacing for macro call: `edu_edfi_source.extract_descriptor()` within `gen_skey()` so `gen_skey()` can be used outside this package
11+
## Fixes
12+
- Force staff_unique_id and student_unique_id to lower in construction of `k_staff` and `k_student`. This is needed for keys to match foreign keys generated using `gen_skey()` macro.
13+
14+
# edu_edfi_source v0.3.2
15+
## New features
16+
- Add `base_ef3__staff_education_organization_employment_associations`
17+
- Add `stg_ef3__staff_education_organization_employment_associations`
18+
- Add `stg
619
# edu_edfi_source v0.3.2
720
## New features
821
- Add `base_ef3__staff_education_organization_employment_associations`

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.2'
4+
version: '0.3.3'
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)