commit | 41a3c8ea4e9c3592331755970bfc38f52eaf3fd8 | [log] [tgz] |
---|---|---|
author | Soumya Ghosh <ghoshsoumya92@gmail.com> | Fri Sep 20 05:51:57 2024 +0530 |
committer | GitHub <noreply@github.com> | Thu Sep 19 20:21:57 2024 -0400 |
tree | f66a7d00b69ae132b2c3cd99ff61f99553219091 | |
parent | de47590c6ac4f507cb2337c20504a62c484339f9 [diff] |
Add metadata tables for `data_files` and `delete_files` (#1066) * Add metadata tables for data_files and delete_files * Update API docs for `data_files` and `delete_files` * Update mehtod signature of `_files()` * Migrate implementation of files() table from __init__.py
PyIceberg is a Python library for programmatic access to Iceberg table metadata as well as to table data in Iceberg format. It is a Python implementation of the Iceberg table spec.
The documentation is available at https://py.iceberg.apache.org/.