PyIceberg 0.6.1rc2
Build: Bump getdaft from 0.2.14 to 0.2.15 (#434)

Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.2.14 to 0.2.15.
- [Release notes](https://github.com/Eventual-Inc/Daft/releases)
- [Commits](https://github.com/Eventual-Inc/Daft/compare/v0.2.14...v0.2.15)

---
updated-dependencies:
- dependency-name: getdaft
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 file changed
tree: c692ee679259b1fb2ca1104fdd24632c4c36bfbe
  1. .github/
  2. dev/
  3. mkdocs/
  4. pyiceberg/
  5. tests/
  6. vendor/
  7. .asf.yaml
  8. .gitignore
  9. .pre-commit-config.yaml
  10. build-module.py
  11. LICENSE
  12. Makefile
  13. MANIFEST.in
  14. NOTICE
  15. poetry.lock
  16. pylintrc
  17. pyproject.toml
  18. README.md
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