Skip to content

Implement endpoint for /v1/config's response #2847

@kevinjqliu

Description

@kevinjqliu

Feature Request / Improvement

/v1/config's response object (ConfigResponse) does not currently include the endpoints information.

class ConfigResponse(IcebergBaseModel):
defaults: Properties | None = Field(default_factory=dict)
overrides: Properties | None = Field(default_factory=dict)

Here's the corresponding spec definition: https://github.com/apache/iceberg/blob/59280a106ca5f378edfd47d3576c4d10011e5e80/open-api/rest-catalog-open-api.yaml#L2009-L2040

Let's add it so we can also use this information to check catalog capabilities

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions