Fokko commented on issue #1678: URL: https://github.com/apache/iceberg-python/issues/1678#issuecomment-2741453752
Thanks @kaushiksrini for picking this up. My apologies, I missed this comment: > From the _SnapshotProducer class, what function should I call to refresh the table and get the latest snapshot available? Looking at the PR, you already found this :) > To fetch snapshots between two IDs, I see there is a [utility function](https://github.com/apache/iceberg/blob/291a5c9ca5f29bf2504f9162cb2dd760890bbeb2/core/src/main/java/org/apache/iceberg/MergingSnapshotProducer.java#L869) in Iceberg that returns a list. I couldn't find it in the Python client - could you point me to where this function would exist? I don't think we have this one, can add it to `snapshots.py` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org