This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
from e373ebd8 pre-commit uv lock check (#2932)
add e6ade7ec dev: add `make notebook` (#2528)
No new revisions were added by this update.
Summary of changes:
.gitignore | 3 +
.pre-commit-config.yaml | 5 +
Makefile | 19 +-
dev/.rat-excludes | 1 +
mkdocs/docs/contributing.md | 35 ++
mkdocs/docs/index.md | 4 +
notebooks/pyiceberg_example.ipynb | 359 ++++++++++++
notebooks/spark_integration_example.ipynb | 124 ++++
pyproject.toml | 4 +
uv.lock | 928 +++++++++++++++++++++++++++++-
10 files changed, 1480 insertions(+), 2 deletions(-)
create mode 100644 notebooks/pyiceberg_example.ipynb
create mode 100644 notebooks/spark_integration_example.ipynb