Releases: ClusterlessHQ/tessellate
Releases · ClusterlessHQ/tessellate
Release v1.0-wip-30
add new tsid intrinsic transform `tsid` - create a unique id as a long or string using https://github.com/f4b6a3/tsid-creator
Release v1.0-wip-29
added --print-output-schema to print the sink schema to stdout as json the schema is athena type compatible and can be used to create a AWS Glue table.
Release v1.0-wip-28
support empty manifests by writing an empty manifest for the sink dat…
Release v1.0-wip-27
accommodate changes in clusterless sink manifest is renamed to manifestTemplate and maintained as a string
Release v1.0-wip-26
improved MVEL support via templates and intrinsics. README.md updates.
Release v1.0-wip-25
support MVEL templates within the pipeline JSON file also remove the evalInsert transform, as it's redundant and less useful than the template support
Release v1.0-wip-24
add an expression evaluator for literal insertion, fix input manifest…
Release v1.0-wip-23
rename release artifacts to tessellate, instead of abbreviated name tess this also includes a Docker packager configuration, but is disabled until jreleaser 1.8
Release v1.0-wip-22
improve error messages
Release v1.0-wip-21
fix for relative local file urls causing npe