This is an automated email from the ASF dual-hosted git repository.
blue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from 5f5d699bf4 Core: Fix REST catalog metadata table loading. (#5255)
add 1533eb17b2 Python: Move Snapshot to Pydantic (#5201)
No new revisions were added by this update.
Summary of changes:
python/pyiceberg/table/metadata.py | 7 ++-
python/pyiceberg/table/snapshots.py | 90 ++++++++++++++++++++++++++++
python/tests/table/test_metadata.py | 14 ++---
python/tests/table/test_snapshots.py | 113 +++++++++++++++++++++++++++++++++++
4 files changed, 212 insertions(+), 12 deletions(-)
create mode 100644 python/pyiceberg/table/snapshots.py
create mode 100644 python/tests/table/test_snapshots.py