You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')