lamindb_setup.load#

lamindb_setup.load(identifier, *, db=None, storage=None, _raise_not_reachable_error=True, _test=False)#

Load existing instance.

Parameters:
  • identifier (str) – str - The instance identifier owner/name. You can also pass the URL: https://lamin.ai/owner/name. If the instance is owned by you, it suffices to pass the instance name.

  • db (Optional[str], default: None) – Load the instance with an updated database URL.

  • storage (Optional[TypeVar(UPathStr, str, Path)], default: None) – Load the instance with an updated default storage.

Return type:

Union[str, Tuple, None]