Releases: Netflix/mantis-connectors
Releases · Netflix/mantis-connectors
Update Iceberg from 0.7.0-incubating to 0.9.x.
Use `overwrite` for Parquet writers and set table properties
See PR #25 for more info.
Tune down writer row group size default
See PR #24 for more info.
Easier Transformer creation
See PR #23 for more info.
Add Partitioned Writer and Record Codec
See PR #22 for more info.
Add time-based writer trigger to work with size-based trigger
See PR #21 for more info.
Fix issue in job param uniqueness check for TableIdentifier configs
Move Iceberg TableIdentifier config to JobParams
See PR and commit message from #17 for more info.
Add writer and committer metrics
See #16 for more info.
Improve writer and committer durability
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.