iceberg-python icon indicating copy to clipboard operation
iceberg-python copied to clipboard

Apache PyIceberg

Results 402 iceberg-python issues
Sort by recently updated
recently updated
newest added

### Question I am getting "Failed to read table metadata from s3a://iceberg-datalake/test/emp_69182e21-1700-4317-9f75-55fca8d57979/metadata/00002-d7b6a027-3d3d-4a1f-9350-ce019969cc2e.metadata.json" when loading table using PyIceberg Rest Catalog. I am using Nessie catalog and minio for storage. ``` catalog...

Updating the docs as we learn from the 0.9.0 release. Doc improvements: * Updating `KEYS` file requires PMC access.

Some REST catalog implementations (including the Snowflake Polaris catalog) return a 401 when a token is expired, raising an `UnauthorizedError` within pyiceberg. Refreshing the token, as is done for 419...

### Apache Iceberg version 0.8.1 (latest release) ### Please describe the bug 🐞 Here is a link to the relevant boto issue: https://github.com/boto/boto3/issues/4398 Attempting to use `table.append` or `table.overwrite` when...

I came across this issue which looks useful https://github.com/apache/iceberg-python/issues/1746. It turns out this feature is mostly already supported, but not directly exposed or documented. I reused [TableScan.use_ref](https://github.com/apache/iceberg-python/blob/main/pyiceberg/table/__init__.py#L1496-L1502), assuming that has...

Implements position_deletes metadata table - https://github.com/apache/iceberg-python/issues/1053

# Rationale for this change Closes #2131 The PR relaxes the constraint that prevented adding any file with field IDs, and replaces it with a constraint that prevents adding files...

### Feature Request / Improvement As far as I can tell, PyIceberg does not directly support being able to scan a particular branch of an iceberg table. For example, there...

stale

### Apache Iceberg version 0.10.0 (latest release) ### Please describe the bug 🐞 # Problem When using PyIceberg to connect to the Iceberg REST Catalog maintained by LakeKeeper, a persistent...

### Apache Iceberg version 0.10.0 (latest release) ### Please describe the bug 🐞 # Problem When LakeKeeper enables OAuth2 authentication, an error occurs in PyIceberg's s3v4_rest_signer function because no token...