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

### Apache Iceberg version 0.6.0 (latest release) ### Please describe the bug 🐞 A start use pyicerg with glue catalog and start error ![titulo](https://github.com/apache/iceberg-python/assets/169842606/a65d57d3-590e-4403-99bd-aa798882a3a4) The table in glue catalog have...

Bring support to retrieve a snapshot before a particular timestamp, which is needed to perform Spark procedure like [rollback_to_timestamp](https://iceberg.apache.org/docs/1.5.1/spark-procedures/#rollback_to_timestamp). - [x] create ancestors_of() ([relevant spark procedure](https://iceberg.apache.org/docs/nightly/spark-procedures/?h=create_changelog_view#ancestors_of)) - [x] create latest_snapshot_before_timestamp()...

- If a user has an existing Iceberg table that is not yet registered in the AWS Glue Catalog, and they want to register that table in the Glue Catalog...

Hi, this is in regards to #596 and still WIP. The `RollingManifestWriter` implementation closely follows the java [implementation](https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/RollingManifestWriter.java). It takes in a generator that produces `ManifestWriter` objects and rolls over...

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.22 to 9.5.23. Release notes Sourced from mkdocs-material's releases. mkdocs-material-9.5.23 Fixed #7183: Edge case in anchor navigation when using instant navigation Fixed #6436: Version selector not showing...

dependencies
python

Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 1.10.1 to 1.10.2. Release notes Sourced from mkdocstrings-python's releases. 1.10.2 1.10.2 - 2024-05-16 Compare with 1.10.1 Bug Fixes Actually make use of custom .html.jinja templates (5668abb by...

dependencies
python

Add the Iceberg table Azure (ADLFS) config options as Python variables to match S3 and GCS

### Feature Request / Improvement Right now we hardcoded that we write to the main branch all the time, would be great to make this configurable.

When comparing the Python implementation of SqlCatalog with the Java implementation (JdbcCatalog), I have noticed some differences that this PR tries to address. In my opinion, we should be able...

### Feature Request / Improvement Following is a list of operations that are supported in Spark: - rollback_to_snapshot (set_ref_snapshot) - rollback_to_timestamp (set_ref_snapshot) - set_current_snapshot (set_ref_snapshot) - cherrypick_snapshot - publish_changes -...