| tag | 4a7abd0478996547ee68a5ee1847130bc0a45c10 | |
|---|---|---|
| tagger | Kevin Liu <kevin.jq.liu@gmail.com> | Thu Nov 14 12:14:41 2024 -0800 |
| object | 3ccdc44735d70bd3ef6ed18b60b3eba43c4b3b44 |
PyIceberg 0.8.0rc2
| commit | 3ccdc44735d70bd3ef6ed18b60b3eba43c4b3b44 | [log] [tgz] |
|---|---|---|
| author | Sung Yun <107272191+sungwy@users.noreply.github.com> | Thu Nov 14 15:08:19 2024 -0500 |
| committer | GitHub <noreply@github.com> | Thu Nov 14 15:08:19 2024 -0500 |
| tree | 73c0783fb8c9a5dc973a81e4f68dedf35c96e61d | |
| parent | 2ba86b5c852cb0c8f4b4ba95d54fb5a6bfa00fa2 [diff] |
Bug Fix: `metadata_location` to be optional in `TableResponse` (#1321) * make metadata_location optional * add test for staged creation * revert * revert from testing
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/.