Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Make some REST methods public #922

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

peasee
Copy link

@peasee peasee commented Jan 29, 2025

  • Makes ErrorResponse, OK, and HttpClient public to support escape-hatching for REST catalogs that don't 100% support the iceberg catalog response formats.

I'd like to use iceberg-rust for some Iceberg-like clients that return partial TableMetadata responses, so I need to be able to access the underlying HTTP client to set my own response types. This enables that use case, and lets me re-use all of the nice work around endpoints, HTTP clients, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant