Skip to content

v0.3.2

Compare
Choose a tag to compare
@jayckaiser jayckaiser released this 14 Jun 21:46
· 127 commits to main since this release
736d315

What's Changed

  • feature: Add DebugOperation for logging data head, tail, columns, or metadata midrun
  • feature: Add FlattenOperation for splitting and exploding string columns into values
  • feature: Add optional 'fill_missing_columns' field to UnionOperation to fill disjunct columns with nulls, instead of raising an error (default False)
  • feature: Add git_auth_timeout config when entering Git credentials during package composition
  • feature: Add earthmover clean command that removes local project artifacts
  • feature: only output compiled template during earthmover compile
  • feature: Render full row into JSON lines when template is undefined in FileDestination
  • Many bugfixes and compile improvements

Full Changelog: v0.3.1...v0.3.2