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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@get:JsonPropertyDescription(value = "The namespace to be used in the Table identifier. This will ONLY be used if the `Destination Namespace` setting for the connection is set to `Destination-defined` or `Source-defined`")
val namespace: String
Link copied to clipboard