iceberg-python
iceberg-python copied to clipboard
Apache PyIceberg
### Feature Request / Improvement I see the other operations (like append, overwrite, delete, etc) has already supported snapshot_properties in arguments. I guess upsert operation should be able to pass...
### Question Hello team, I am using pyiceberg to load data into an Iceberg table stored in Amazon S3. While doing this, I am facing an explicit deny from an...
### Apache Iceberg version None ### Please describe the bug 🐞 `minio/minio` docker image is no longer maintained, even for security vul. (https://github.com/minio/minio/issues/21647). The recommendation from maintainers is to build...
Closes https://github.com/apache/iceberg-python/issues/2373 # Rationale for this change This PR adds client version and git commit tracking headers to match the Java Iceberg client implementation. The Java client sends `X-Client-Version` and...
### Feature Request / Improvement Would it be possible to allow for parquet field_id support in the add_files method? Parquet field id's are a requirement for backwards compatibility with spark...
### Apache Iceberg version 0.10.0 (latest release) ### Please describe the bug 🐞 In v0.9.1 the following script successfully wrote to a local, docker-compose-based Lakekeeper REST catalog with MinIO S3...
# Rationale for this change Closes #2530, closes #1372 ## Are these changes tested? Yes ## Are there any user-facing changes? No
### Feature Request / Improvement It appears that PyIceberg sends an `X-Client-Version` header with simply the semantic version (like `0.9.1`) while the Iceberg Java version includes more information, (like `Apache...
Closes #2166 # Rationale for this change We should block when an user wants to drop a column if that column is being referenced by either a partition spec or...
### Apache Iceberg version 0.10.0 ### Please describe the bug 🐞 Since 0.10.0, it is now possible to use a [botocore session](https://github.com/apache/iceberg-python/pull/2071) for a rest catalog, so: ``` import io...