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
Currently, there is no way to get the consolidated representation of the store from an existing IcechunkStore object in Python. It would be super helpful if we could implement a .storage_config property on the class or get_storage_config() class method that would return the storage config that was used to configure the IcechunkStore.
The text was updated successfully, but these errors were encountered:
Currently, there is no way to get the consolidated representation of the store from an existing
IcechunkStore
object in Python. It would be super helpful if we could implement a.storage_config
property on the class orget_storage_config()
class method that would return the storage config that was used to configure theIcechunkStore
.The text was updated successfully, but these errors were encountered: