Closed jayckaiser closed 6 months ago
Release Candidate 0.3.0
This is the next major release candidate of Earthmover with a series of features, bugfixes, and behind-the-scenes refactors.
We will merge this as soon as possible to keep with our internal deadline.
packages
GroupByWithRankOperation
log_level: DEBUG
debug: True
optional_fields
ignore_errors
exact_match
DateFormatOperation
Node.full_name
Node.set_upstream_source()
Node.compile()
group_by_with_count
group_by_with_agg
All Earthmover tests have run successfully, and the code has been used for SC assessment loading.
Release Candidate 0.3.0
Description & motivation
This is the next major release candidate of Earthmover with a series of features, bugfixes, and behind-the-scenes refactors.
PR Merge Priority:
We will merge this as soon as possible to keep with our internal deadline.
Changes
packages
keyword in template file (see README)GroupByWithRankOperation
cumulatively sums record counts by group-by columnslog_level: DEBUG
in template configs or settingdebug: True
for a node displays the head of the node mid-runoptional_fields
key to all Sources to add optional empty columns when missing from schemaignore_errors
andexact_match
boolean flags toDateFormatOperation
Node.full_name
attribute andNode.set_upstream_source()
methodNode.compile()
into initialization to ease Node developmentgroup_by_with_count
andgroup_by_with_agg
operationsTests and QC done:
All Earthmover tests have run successfully, and the code has been used for SC assessment loading.