object-store-python icon indicating copy to clipboard operation
object-store-python copied to clipboard

Question; filter by suffix

Open djouallah opened this issue 1 year ago • 0 comments
trafficstars

is it possible to filter only _last_checkpoint , ideally without doing a full listing ?

import os
from object_store import ObjectStore
store = ObjectStore(table_path,storage_options)
blobs = store.list('*/_delta_log/_last_checkpoint')
print(*blobs, sep='\n')

djouallah avatar Jun 21 '24 01:06 djouallah