Apache Iceberg · Schema

CatalogConfig

Server-provided configuration for the catalog.

ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format

Properties

Name Type Description
overrides object Properties that should be used to override client configuration; applied after defaults and client configuration.
defaults object Properties that should be used as default configuration; applied before client configuration.
endpoints array A list of endpoints that the server supports. The format of each endpoint must be " ". The HTTP verb and the resource path must be separated by a space
idempotency-key-lifetime string Client reuse window for an Idempotency-Key (ISO-8601 duration, e.g., PT30M, PT24H). Interpreted as the maximum time from the first submission using a key to the last retry during which a client may re
View JSON Schema on GitHub