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
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