Skip to content

0.4.3

Compare
Choose a tag to compare
@bryanck bryanck released this 10 Jul 04:08
· 100 commits to main since this release
73e55f4

Adds support for setting the Iceberg catalog name, and for using the catalog type property.

NOTE: This release makes a backward-incompatible change to setting catalog properties. The iceberg.catalog property is now for setting the catalog name, and it is optional. If not set it defaults to iceberg. The catalog implementation is set either via iceberg.catalog.type or iceberg.catalog.catalog-impl, which is more consistent with Iceberg configuration in other platforms.