catalogType

@get:JsonPropertyDescription(value = "Specifies the type of Iceberg catalog (e.g., NESSIE, GLUE, REST, POLARIS) and its associated configuration.")
abstract val catalogType: CatalogType

The catalog type.

Indicates the type of catalog used (e.g., NESSIE, GLUE, REST) and provides configuration details specific to that type.