Iceberg Rest Catalog Open API spec defines protocol for HTTP interfaces the catalog implementation has to support - link
E.g.
- GET /v1/{prefix}/namespaces
- POST /v1/{prefix}/namespaces
- GET /v1/{prefix}/namespaces/{namespace}
- HEAD /v1/{prefix}/namespaces/{namespace}
However, the purpose of the prefix
path variable is unclear to me. Is it always the warehouse
?