I'm pleased to announce the release of Apache PyIceberg release 0.2.0! Apache Iceberg is an open table format for huge analytic datasets. Iceberg delivers high query performance for tables with tens of petabytes of data, along with atomic commits, concurrent writes, and SQL-compatible table evolution.
This release includes a few major features, such as * Read support using PyArrow and DuckDB * Support for AWS Glue Please check the updated docs (https://py.iceberg.apache.org/) for the details. This release can be downloaded from: https://pypi.org/project/pyiceberg/0.2.0/ And can be installed using: pip3 install pyiceberg==0.2.0 Thanks to everyone for contributing!