Skip to content

Commit f3a8f64

Browse files
authored
Update metadata files before release. (#83)
1 parent 76988b2 commit f3a8f64

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
@@ -1,3 +1,16 @@
1+
# edu_edfi_airflow v0.4.2
2+
## New features
3+
- Add boolean `pull_all_deletes` argument to `EdFiResourceDAG` to re-pull all deletes for a resource when any are added (resolves deletes-skipping bug).
4+
- Allow `SNOWFLAKE_TENANT_CODE` to be overridden in `earthmover_kwargs` in `EarthbeamDAG`.
5+
6+
## Under the hood
7+
- Simplify taskgroup declaration in `EarthbeamDAG`.
8+
9+
## Fixes
10+
- Fix bug where singleton filepaths in `EarthbeamDAG` were not converted to lists upon initialization.
11+
- Add dependency between Lightbeam and file-deletion in `EarthbeamDAG`.
12+
13+
114
# edu_edfi_airflow v0.4.1
215
## Under the hood
316
- Wrap Snowflake stage with single quotes to support filepaths with special characters

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name='edu_edfi_airflow',
9-
version='0.4.1',
9+
version='0.4.2',
1010

1111
description='EDU Airflow tools for Ed-Fi',
1212
license_files=['LICENSE.md'],

0 commit comments

Comments
 (0)