sym.sdk.integrations.store.fetch

sym.sdk.integrations.store.fetch(path: str)

Fetches a namespaced value from the key-value store.

Namespaces can be nested with dot notation. e.g. fetch(“users.titles.alice”)

Note

This function is currently in private beta. Please reach out if you’d like to test it.

Parameters

path (str) – A string in dot notation representing a nested namespace.

Raises

KeyError – If a non-namespace object has already been set at a non-leaf node of path.