NessieCatalogConfiguration

data class NessieCatalogConfiguration(@JsonPropertyDescription(value = "The base URL of the Nessie server.") val serverUri: String, @JsonPropertyDescription(value = "An optional token for authentication with the Nessie server.") val accessToken: String?, val namespace: String) : CatalogConfiguration

Nessie catalog configuration details.

Stores information required to connect to a Nessie server.

Constructors

Link copied to clipboard
constructor(@JsonPropertyDescription(value = "The base URL of the Nessie server.") serverUri: String, @JsonPropertyDescription(value = "An optional token for authentication with the Nessie server.") accessToken: String?, namespace: String)

Properties

Link copied to clipboard
Link copied to clipboard
@get:JsonPropertyDescription(value = "The Nessie 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