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
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,14 @@
1
-
## edu_edfi_airflow v0.4.0
1
+
# edu_edfi_airflow v0.4.1
2
+
## Under the hood
3
+
- Wrap Snowflake stage with single quotes to support filepaths with special characters
4
+
5
+
## Fixes
6
+
- Fix bugs where files written to S3 could be overwritten in `EarthbeamDAG`
7
+
- Fix bug where optional files fail upload to S3
8
+
9
+
10
+
11
+
# edu_edfi_airflow v0.4.0
2
12
## New features
3
13
- Add `EarthbeamDAG.partition_on_tenant_and_year()`, a preprocessing function to shard data to parquet on disk. This is useful when a single input file contains multiple years and/or tenants.
4
14
- Add `EarthbeamDAG.build_dynamic_tenant_year_task_group()` to build dynamic Earthbeam task groups for each file to process in a source folder
@@ -12,6 +22,7 @@
12
22
- Refactor `EarthbeamDAG` to use Airflow TaskFlow syntax and simplify Earthbeam task groups
0 commit comments