Chinmay Bhat
Chinmay Bhat
Thank you for the review @Fokko, @HonahX, @syun64 and @ndrluis ! 🚀
@syun64 I have a few questions about the operations and I couldn't find more info in the docs. Apologies if these have been answered elsewhere. - How does rollback_to_timestamp use...
> Yeah I think it would be helpful to introduce a snapshot_by_timestamp utility function to get the snapshot - just like you mentioned, that would help recover feature parity with...
@HonahX thank you for your response. I agree that we should hide the `set_ref_snapshot` from the public API. I also like the idea of creating a `ManageSnapshots` inner class in...
Hi, can we increase the scope of this issue to cache/store all_manifests, data_manifests & delete_manifests? Or do I create a new issue for this? This feature would be useful for...
Thanks @Fokko for the quick response! Really appreciate it! > based on the path to the metadata to cache it I'm not clear on this. Are you saying we can...
Thank you for clarifying! Here's how I imagine manifests() would look like :) ``` @lru_cache() def manifests(self, io: FileIO, manifest_list_location: str) -> List[ManifestFile]: if manifest_list_location is not None: file =...