Skip to content

Releases: ClusterlessHQ/tessellate

Release v1.0-wip-30

20 Sep 18:37
3f4d419
Compare
Choose a tag to compare
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

09 Aug 23:45
9b00969
Compare
Choose a tag to compare
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

31 Jul 19:20
18c1da8
Compare
Choose a tag to compare
support empty manifests by writing an empty manifest for the sink dat…

Release v1.0-wip-27

21 Jul 18:55
b7cbb73
Compare
Choose a tag to compare
accommodate changes in clusterless

sink manifest is renamed to manifestTemplate and maintained as a string

Release v1.0-wip-26

21 Jul 00:15
e00a94e
Compare
Choose a tag to compare
improved MVEL support via templates and intrinsics. README.md updates.

Release v1.0-wip-25

20 Jul 04:12
aed193c
Compare
Choose a tag to compare
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

19 Jul 23:51
b35820f
Compare
Choose a tag to compare
add an expression evaluator for literal insertion, fix input manifest…

Release v1.0-wip-23

18 Jul 17:06
485d8f9
Compare
Choose a tag to compare
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

24 Jun 16:10
62b6810
Compare
Choose a tag to compare
improve error messages

Release v1.0-wip-21

24 Jun 05:54
338a01a
Compare
Choose a tag to compare
fix for relative local file urls causing npe