iceberg-js
    Preparing search index...

    Interface CatalogConfig

    Catalog configuration as returned by GET /v1/config?warehouse=...

    Servers can use overrides.prefix to direct subsequent requests to a server-specific path prefix (e.g., the warehouse identifier), which is the recommended pattern over hard-coded catalogName configuration.

    interface CatalogConfig {
        defaults: Record<string, string>;
        endpoints?: string[];
        "idempotency-key-lifetime"?: string;
        overrides: Record<string, string>;
    }
    Index

    Properties

    defaults: Record<string, string>
    endpoints?: string[]
    "idempotency-key-lifetime"?: string
    overrides: Record<string, string>