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
3 files changed
tree: f66a7d00b69ae132b2c3cd99ff61f99553219091
  1. .github/
  2. dev/
  3. mkdocs/
  4. pyiceberg/
  5. tests/
  6. vendor/
  7. .asf.yaml
  8. .gitignore
  9. .markdownlint.yaml
  10. .pre-commit-config.yaml
  11. build-module.py
  12. LICENSE
  13. Makefile
  14. MANIFEST.in
  15. NOTICE
  16. poetry.lock
  17. pyproject.toml
  18. README.md
  19. ruff.toml
README.md

Iceberg Python

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/.

Get in Touch