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

### Feature Request / Improvement It looks like there is no support yet for write operations with dynamodb catalog. Are there any plans on the roadmap to add this functionality?...

stale

# Rationale for this change scan's `row_filter` param is not super intuitive. I got tired of reading over the expression and parser code as I'm trying to build out statements,...

### Apache Iceberg version 0.8.0 ### Please describe the bug 🐞 While reading metadata via `table.inspect.partitions()`, have seen exceptions from the cachetools library. There are 2 different variants as shown...

Introduce AuthManager class that can be implemented to support different modes of authentication going forward, that attaches `Authorization` headers for REST Catalog requests

### Feature Request / Improvement Similar to the reference implementation in Java, PyIceberg should also support the AuthManager API to support different modes of authentication, where the only requirement is...

stale

### Apache Iceberg version 0.8.1 (latest release) ### Please describe the bug 🐞 Given a simple schema with a DayTransform over a Timestamp column, an error is thrown during write...

Hi, this is in regards to #1404. I created a first draft of an `S3TablesCatalog` that uses the S3 Table Bucket API for catalog operations. ### How to run tests...

### Feature Request / Improvement Amazon S3 tables have being launched, see [this](https://aws.amazon.com/blogs/aws/new-amazon-s3-tables-storage-optimized-for-analytics-workloads/), and looks like that S3 tables have a managed iceberg catalog. Based on https://github.com/awslabs/s3-tables-catalog it looks like...

# Rationale for this change Test scan with null values Similar to https://github.com/apache/iceberg-rust/pull/1045 # Are these changes tested? # Are there any user-facing changes?