iceberg-python
iceberg-python copied to clipboard
Apache PyIceberg
Closes #573
This PR adds the manifests metadata table the existing inspect logic for Iceberg tables as listed in #511. The manifests metadata table in Iceberg shows the current file manifests for...
### Apache Iceberg version main (development) ### Please describe the bug 🐞 This is a harder one: I am currently unhappy with the way pyiceberg handles the RestCatalogs `name` property....
Fixes https://github.com/apache/iceberg-python/issues/735
Fixes https://github.com/apache/iceberg-python/issues/740
### Apache Iceberg version main (development) ### Please describe the bug 🐞 The primary way of the Iceberg REST Catalog to grant access to S3 tables is remote signing. This...
### Apache Iceberg version main (development) ### Please describe the bug 🐞 Currently table_exists only returns true on 200: https://github.com/apache/iceberg-python/blob/20b7b5339a1a0ab59d884c7d042c4bc96a166b11/pyiceberg/catalog/rest.py#L793 According to the spec, it should return true on 204...
### Feature Request / Improvement # PyIceberg 0.7.0 The main objective of 0.7.0 is to have partitioned writes (non-exhaustive list :) - [x] Support for merge-into / upsert: https://github.com/apache/iceberg-python/issues/402 -...
### Feature Request / Improvement it will be nice, specially for testing to be able to have pip install pyciberg --pre --upgrade for example I would like to test the...