Re: [I] Support Adding File Metadata Directly [iceberg-python]

2024-12-25 Thread via GitHub
Fokko commented on issue #1470: URL: https://github.com/apache/iceberg-python/issues/1470#issuecomment-2562201472 Hey @subthedubdub Thanks for reaching out here. We allow appending data files directly: ```python with tbl.transaction() as txn: with txn.update_snapshot() as s

[I] Support Adding File Metadata Directly [iceberg-python]

2024-12-24 Thread via GitHub
subthedubdub opened a new issue, #1470: URL: https://github.com/apache/iceberg-python/issues/1470 ### Feature Request / Improvement Support a table transaction where the user can directly supply the file metadata, similar to the [Java Interface](https://javadoc.io/doc/org.apache.iceb