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

2025-06-24 Thread via GitHub
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

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