iceberg-python
iceberg-python copied to clipboard
Apache PyIceberg
Hi,@Fokko, long time no see. 😄 I have written some preliminary code for incremental reading, but it still needs a lot of work. However, I would like to discuss it...
Closes #281 API proposal (from PR feedback): ``` table = catalog.create_or_replace_table(identifier, schema, location, partition_spec, sort_order, properties) ``` TODO: - [ ] Update schema - [ ] Update partition spec -...
### Feature Request / Improvement Feature request to add support for loading and interacting with catalogs from BigLake Metastore. Reference: [GCP: Add Iceberg Catalog for GCP BigLake Metastore #7412](https://github.com/apache/iceberg/pull/7412)
### Apache Iceberg version main (development) ### Please describe the bug 🐞 Integration tests feel significantly slower than before. ``` make test-integration ``` Running on the latest main branch took...
I don't think this works until each test can run in isolation
### Feature Request / Improvement Migrated from https://github.com/apache/iceberg/issues/6973
### Feature Request / Improvement I got PyIceberg working connecting to a SQL catalog (Postgres JDBC) and connecting to an ADLFS account using the `account-name` and `account-key` configuration settings. However...
Resolve dependency errors found by `deptry` (added in #528). From 27 -> 16 errors * Add `botocore` to main dependency (4 errors) * Move `typing_extensions` from dev dependency to main...
### Question Hi! What is a right way to create an iceberg table from existsing parquet files with slightly different schemas? So merge of their schemas is possible. I would...
### Feature Request / Improvement Once we get support for merge-append https://github.com/apache/iceberg-python/pull/363 operations, and also compaction in the future, it would be good to have rolling-manifest writers that open a...