Skip to content

Releases: ClusterlessHQ/tessellate

Release v1.0-wip-33

24 Oct 15:21
6a3a1b4
Compare
Choose a tag to compare
include wip build in --version. publish to homebrew tap.

Release v1.0-wip-32

20 Sep 20:44
c889510
Compare
Choose a tag to compare
use absolute value of sip hash

Release v1.0-wip-31

20 Sep 20:10
04d98d0
Compare
Choose a tag to compare
minor clean up and additional tests

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…