Re: [I] How to force iceberg table to create an empty snapshot [iceberg-python]

2025-07-07 Thread via GitHub
geruh commented on issue #2177: URL: https://github.com/apache/iceberg-python/issues/2177#issuecomment-3046896340 Hey @fusion, usually when we insert/modify table data in iceberg snapshots get produced, but it looks like this can be forced in both libraries (java/python) by

[I] How to force iceberg table to create an empty snapshot [iceberg-python]

2025-07-07 Thread via GitHub
fusion opened a new issue, #2177: URL: https://github.com/apache/iceberg-python/issues/2177 ### Question Hello. I have a function which creates a new iceberg table. Now is there any possibility how to force an iceberg table to create initial snapshot? Even if there are no data pr