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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
14
# edu_edfi_airflow v0.4.1
2
15
## Under the hood
3
16
- Wrap Snowflake stage with single quotes to support filepaths with special characters
0 commit comments