createCatalog

fun createCatalog(catalogName: String, properties: Map<String, String>): Catalog

Builds an Iceberg Catalog.

Return

The configured Iceberg Catalog.

Parameters

catalogName

The name of the catalog.

properties

The map of catalog configuration properties.