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 When engines, such as Daft, read from the `Table` object (see [scan_iceberg](https://github.com/pola-rs/polars/blob/py-0.20.19/py-polars/polars/io/iceberg.py#L42-L46)), it would be great if PyIceberg transparently handles time travel. For example, to...

To add the ability to filter on specific components. The list of labels is probably not exhaustive, but is a first start.

Follow-up of https://github.com/apache/iceberg-python/pull/498

Resolves #594 (and part of #511) This PR creates a metadata table for "Metadata Log Entries", similar to [its spark equivalent](https://iceberg.apache.org/docs/nightly/spark-queries/#metadata-log-entries) (`metadata_log_entries`). To query the metadata table, use ``` tbl.inspect.metadata_log_entries()...

### Question **PyIceberg version**: 0.6.0 **Python version**: 3.11.1 Comments: - Iceberg tables are saved in a AWS Glue catalog - catalog, list of namespaces and list of tables are retrievable...

### Feature Request / Improvement Similar to https://github.com/apache/iceberg/pull/6428, we need support for Snowflake Iceberg tables here as well.

### Feature Request / Improvement Support partitioned writes So I think we want to tackle the static overwrite first, and then we can compute the predicate for the dynamic overwrite...

Implement https://github.com/apache/iceberg-python/issues/334 - Uses griffe to detect breaking changes since the latest release - Allows users to specify an exclusion list that will silence test failures on the introduction of...

Todo - [x] support partitioned append() - [x] support append with identity transform - [x] fix scenario when arrow table schema not aligned with iceberg schema (finished by others) -...