apache / apache/iceberg-python
REST: Add objects for server side planning
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 581
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 78
Description
### Feature Request / Improvement
The REST Catalog has support for server side planning: https://github.com/apache/iceberg/blob/68a241615e104d97a86c932c381d7dfac802d769/open-api/rest-catalog-open-api.yaml#L605
We can take the relevant objects from the open-api generated code: https://github.com/apache/iceberg/blob/68a241615e104d97a86c932c381d7dfac802d769/open-api/rest-catalog-open-api.py#L1422
Contributor guide
No contributing guide indexed for this repository
Research direction
Compare the server-side planning definitions in open-api/rest-catalog-open-api.yaml around line 605 with the generated objects in open-api/rest-catalog-open-api.py around line 1422. Identify the relevant planning models and add their PyIceberg REST representations; done means the REST Catalog exposes all objects required by the referenced server-side planning API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- openapi, python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100