Skip to content

Releases: Netflix/mantis-connectors

Update Iceberg from 0.7.0-incubating to 0.9.x.

24 Sep 20:41
6d4a441
Compare
Choose a tag to compare

Use `overwrite` for Parquet writers and set table properties

22 Sep 23:27
2d65cb0
Compare
Choose a tag to compare

Tune down writer row group size default

10 Sep 20:21
e52fae7
Compare
Choose a tag to compare

Easier Transformer creation

13 Aug 00:28
f7d2974
Compare
Choose a tag to compare

See PR #23 for more info.

Add Partitioned Writer and Record Codec

10 Aug 19:20
bc5bdc8
Compare
Choose a tag to compare

Add time-based writer trigger to work with size-based trigger

28 Jul 21:04
f3e7f6c
Compare
Choose a tag to compare

Fix issue in job param uniqueness check for TableIdentifier configs

01 Jul 22:39
270b1ae
Compare
Choose a tag to compare

Move Iceberg TableIdentifier config to JobParams

01 Jul 21:01
6e89f01
Compare
Choose a tag to compare

See PR and commit message from #17 for more info.

Add writer and committer metrics

29 Jun 23:37
f37e6bd
Compare
Choose a tag to compare

Improve writer and committer durability

27 Jun 02:19
517f127
Compare
Choose a tag to compare

This release improves writer durability by emitting DataFiles downstream if successfully created. Previously, emission was tightly coupled with opening of a new appender. This release also gracefully handles write and commit issues without breaking the Observable chain. See #15 for more info.