github-actions[bot] commented on issue #1470:
URL:
https://github.com/apache/iceberg-python/issues/1470#issuecomment-3002225897
This issue has been automatically marked as stale because it has been open
for 180 days with no activity. It will be closed in next 14 days if no further
activity
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