earthmover 0.3.0
What's Changed
- feature: add project composition using packages keyword in template file (see README)
- feature: add installation extras for optional libraries, and improve error logging to notify which is missing
- feature: GroupByWithRankOperation cumulatively sums record counts by group-by columns
- feature: setting log_level: DEBUG in template configs or setting debug: True for a node displays the head of the node mid-run
- feature: add optional_fields key to all Sources to add optional empty columns when missing from schema
- feature: add optional ignore_errors and exact_match boolean flags to DateFormatOperation
- internal: remove attempted directory-hashing when a source is a directory (i.e., Parquet)
- internal: Remove unused group_by_with_count and group_by_with_agg operations
Full Changelog: v0.2.1...v0.3.0
Note: This version has slightly different packaging requirements than v0.2.1. Please make sure to re-install the package if using locally.