fusion2222 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 present.
   
   **Simplified code:**
   ```python
   catalog = catalog.load_table(...)
   table = catalog.create_table(...)
   table.snapshots()  # returns empty list
   ```
   
   (Rationale is, that I am using a 3rd party tool, which fails if there is no 
snapshot yet present. I also have no power over this 3rd party tool).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to