fix: support MonthTransform for partitioning (#1176)

* fix: support MonthTransform for partitioning

* test: add tests for generating default names for other transforms

* fix: delete duplicate test case

* chore: run formatting
2 files changed
tree: d9b1bf3a581df56e3d9a71b13a1af318fa47bfe0
  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