PolarisCatalogConfiguration
data class PolarisCatalogConfiguration(@JsonPropertyDescription(value = "The base URL of the Polaris server.") val serverUri: String, @JsonPropertyDescription(value = "The name of the catalog in Polaris.") val catalogName: String, @JsonPropertyDescription(value = "The OAuth Client ID for authenticating with the Polaris server.") val clientId: String, @JsonPropertyDescription(value = "The OAuth Client Secret for authenticating with the Polaris server.") val clientSecret: String, val namespace: String) : CatalogConfiguration
Polaris catalog configuration details.
Stores information required to connect to an Apache Polaris server.
Constructors
Link copied to clipboard
constructor(@JsonPropertyDescription(value = "The base URL of the Polaris server.") serverUri: String, @JsonPropertyDescription(value = "The name of the catalog in Polaris.") catalogName: String, @JsonPropertyDescription(value = "The OAuth Client ID for authenticating with the Polaris server.") clientId: String, @JsonPropertyDescription(value = "The OAuth Client Secret for authenticating with the Polaris server.") clientSecret: String, namespace: String)