lamindb_setup 0.78.0__tar.gz → 0.79.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/PKG-INFO +1 -1
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-cloud/02-connect-local-instance.ipynb +0 -23
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-cloud/08-test-multi-session.ipynb +7 -3
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/__init__.py +1 -1
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/_connect_instance.py +8 -2
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/_init_instance.py +21 -9
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/_settings_storage.py +2 -2
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/django.py +11 -1
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/hub-cloud/test_edge_request.py +1 -1
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/hub-cloud/test_init_instance.py +6 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/.github/workflows/build.yml +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/.github/workflows/doc-changes.yml +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/.gitignore +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/.pre-commit-config.yaml +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/LICENSE +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/README.md +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/changelog.md +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-cloud/01-init-local-instance.ipynb +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-cloud/03-add-managed-storage.ipynb +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-cloud/04-test-bionty.ipynb +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-cloud/05-init-hosted-instance.ipynb +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-cloud/06-connect-hosted-instance.ipynb +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-cloud/07-keep-artifacts-local.ipynb +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-cloud/test_notebooks.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-prod/test-cache-management.ipynb +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-prod/test-cloud-sync.ipynb +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-prod/test-connect-anonymously.ipynb +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-prod/test-empty-init.ipynb +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-prod/test-import-schema.ipynb +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-prod/test-init-load-local-anonymously.ipynb +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-prod/test-insufficient-user-info.ipynb +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-prod/test-invalid-schema.ipynb +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-prod/test-sqlite-lock.ipynb +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-prod/test_notebooks2.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/index.md +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/notebooks.md +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/reference.md +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/_cache.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/_check.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/_check_setup.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/_close.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/_delete.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/_django.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/_entry_points.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/_exportdb.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/_importdb.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/_migrate.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/_register_instance.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/_schema.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/_schema_metadata.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/_set_managed_storage.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/_setup_user.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/_silence_loggers.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/__init__.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/_aws_credentials.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/_aws_storage.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/_deprecated.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/_docs.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/_hub_client.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/_hub_core.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/_hub_crud.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/_hub_utils.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/_private_django_api.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/_settings.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/_settings_instance.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/_settings_load.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/_settings_save.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/_settings_store.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/_settings_user.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/_setup_bionty_sources.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/cloud_sqlite_locker.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/exceptions.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/hashing.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/types.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/lamindb_setup/core/upath.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/noxfile.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/pyproject.toml +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/hub-cloud/scripts/script-init-pass-user-no-writes.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/hub-cloud/scripts/script-to-fail-managed-storage.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/hub-cloud/test_connect_instance.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/hub-cloud/test_delete_instance.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/hub-cloud/test_fail_managed_storage.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/hub-cloud/test_init_pass_user_no_writes.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/hub-cloud/test_login.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/hub-cloud/test_migrate.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/hub-cloud/test_set_storage.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/hub-local/conftest.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/hub-local/test_all.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/hub-local/test_update_schema_in_hub.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/hub-prod/conftest.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/hub-prod/test_django.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/hub-prod/test_global_settings.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/hub-prod/test_switch_and_fallback_env.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/hub-prod/test_upath.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/storage/test_entry_point.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/storage/test_hashing.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/storage/test_storage_access.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/storage/test_storage_basis.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/storage/test_storage_stats.py +0 -0
- {lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/storage/test_to_url.py +0 -0
{lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-cloud/02-connect-local-instance.ipynb
RENAMED
|
@@ -85,29 +85,6 @@
|
|
|
85
85
|
")"
|
|
86
86
|
]
|
|
87
87
|
},
|
|
88
|
-
{
|
|
89
|
-
"cell_type": "markdown",
|
|
90
|
-
"id": "0986a5f3",
|
|
91
|
-
"metadata": {},
|
|
92
|
-
"source": [
|
|
93
|
-
"You cannot load another instance in the same Python session:"
|
|
94
|
-
]
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"cell_type": "code",
|
|
98
|
-
"execution_count": null,
|
|
99
|
-
"id": "bc3568ae",
|
|
100
|
-
"metadata": {},
|
|
101
|
-
"outputs": [],
|
|
102
|
-
"source": [
|
|
103
|
-
"import pytest\n",
|
|
104
|
-
"\n",
|
|
105
|
-
"with pytest.raises(RuntimeError):\n",
|
|
106
|
-
" ln_setup.connect(\"testuser2/mydata\")\n",
|
|
107
|
-
"\n",
|
|
108
|
-
"assert ln_setup.settings.instance.slug == \"testuser1/mydata\""
|
|
109
|
-
]
|
|
110
|
-
},
|
|
111
88
|
{
|
|
112
89
|
"cell_type": "markdown",
|
|
113
90
|
"id": "e3701120",
|
|
@@ -113,14 +113,18 @@
|
|
|
113
113
|
"metadata": {},
|
|
114
114
|
"outputs": [],
|
|
115
115
|
"source": [
|
|
116
|
-
"
|
|
116
|
+
"from lamindb_setup._init_instance import CannotSwitchDefaultInstance\n",
|
|
117
|
+
"\n",
|
|
118
|
+
"with pytest.raises(CannotSwitchDefaultInstance):\n",
|
|
117
119
|
" ln_setup.init(storage=\"./testsetup2\")\n",
|
|
118
|
-
"with pytest.raises(
|
|
120
|
+
"with pytest.raises(CannotSwitchDefaultInstance):\n",
|
|
119
121
|
" ln_setup.connect(\"testsetup\")\n",
|
|
120
122
|
"with pytest.raises(RuntimeError):\n",
|
|
121
123
|
" ln_setup.migrate.create()\n",
|
|
122
124
|
"with pytest.raises(RuntimeError):\n",
|
|
123
|
-
" ln_setup.migrate.deploy()"
|
|
125
|
+
" ln_setup.migrate.deploy()\n",
|
|
126
|
+
"\n",
|
|
127
|
+
"assert ln_setup.settings.instance.slug == \"testuser1/testsetup\""
|
|
124
128
|
]
|
|
125
129
|
},
|
|
126
130
|
{
|
|
@@ -9,7 +9,11 @@ from lamin_utils import logger
|
|
|
9
9
|
|
|
10
10
|
from ._check_setup import _check_instance_setup
|
|
11
11
|
from ._close import close as close_instance
|
|
12
|
-
from ._init_instance import
|
|
12
|
+
from ._init_instance import (
|
|
13
|
+
MESSAGE_CANNOT_SWITCH_DEFAULT_INSTANCE,
|
|
14
|
+
CannotSwitchDefaultInstance,
|
|
15
|
+
load_from_isettings,
|
|
16
|
+
)
|
|
13
17
|
from ._silence_loggers import silence_loggers
|
|
14
18
|
from .core._hub_core import connect_instance_hub
|
|
15
19
|
from .core._hub_utils import (
|
|
@@ -224,7 +228,9 @@ def connect(slug: str, **kwargs) -> str | tuple | None:
|
|
|
224
228
|
logger.info(f"connected lamindb: {settings.instance.slug}")
|
|
225
229
|
return None
|
|
226
230
|
else:
|
|
227
|
-
raise
|
|
231
|
+
raise CannotSwitchDefaultInstance(
|
|
232
|
+
MESSAGE_CANNOT_SWITCH_DEFAULT_INSTANCE
|
|
233
|
+
)
|
|
228
234
|
elif (
|
|
229
235
|
_write_settings
|
|
230
236
|
and settings._instance_exists
|
|
@@ -26,7 +26,7 @@ if TYPE_CHECKING:
|
|
|
26
26
|
from .core.types import UPathStr
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
def get_schema_module_name(schema_name) -> str:
|
|
29
|
+
def get_schema_module_name(schema_name, raise_import_error: bool = True) -> str | None:
|
|
30
30
|
import importlib.util
|
|
31
31
|
|
|
32
32
|
name_attempts = [f"lnschema_{schema_name.replace('-', '_')}", schema_name]
|
|
@@ -34,9 +34,11 @@ def get_schema_module_name(schema_name) -> str:
|
|
|
34
34
|
module_spec = importlib.util.find_spec(name)
|
|
35
35
|
if module_spec is not None:
|
|
36
36
|
return name
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
37
|
+
message = f"Schema module '{schema_name}' is not installed → no access to its labels & registries (resolve via `pip install {schema_name}`)"
|
|
38
|
+
if raise_import_error:
|
|
39
|
+
raise ImportError(message)
|
|
40
|
+
logger.warning(message.lower())
|
|
41
|
+
return None
|
|
40
42
|
|
|
41
43
|
|
|
42
44
|
def register_storage_in_instance(ssettings: StorageSettings):
|
|
@@ -180,6 +182,8 @@ def validate_init_args(
|
|
|
180
182
|
validate_schema_arg,
|
|
181
183
|
)
|
|
182
184
|
|
|
185
|
+
if storage is None:
|
|
186
|
+
raise SystemExit("✗ `storage` argument can't be `None`")
|
|
183
187
|
# should be called as the first thing
|
|
184
188
|
name_str = infer_instance_name(storage=storage, name=name, db=db)
|
|
185
189
|
owner_str = settings.user.handle if _user is None else _user.handle
|
|
@@ -206,10 +210,18 @@ def validate_init_args(
|
|
|
206
210
|
return name_str, instance_id, instance_state, instance_slug
|
|
207
211
|
|
|
208
212
|
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
+
class CannotSwitchDefaultInstance(SystemExit):
|
|
214
|
+
pass
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
MESSAGE_CANNOT_SWITCH_DEFAULT_INSTANCE = """
|
|
218
|
+
You cannot write to different instances in the same Python session.
|
|
219
|
+
|
|
220
|
+
Do you want to read from another instance via `Record.using()`? For example:
|
|
221
|
+
|
|
222
|
+
ln.Artifact.using("laminlabs/cellxgene").filter()
|
|
223
|
+
|
|
224
|
+
Or do you want to switch off auto-connect via `lamin settings set auto-connect false`?
|
|
213
225
|
"""
|
|
214
226
|
|
|
215
227
|
|
|
@@ -248,7 +260,7 @@ def init(
|
|
|
248
260
|
from ._check_setup import _check_instance_setup
|
|
249
261
|
|
|
250
262
|
if _check_instance_setup() and not _test:
|
|
251
|
-
raise
|
|
263
|
+
raise CannotSwitchDefaultInstance(MESSAGE_CANNOT_SWITCH_DEFAULT_INSTANCE)
|
|
252
264
|
elif _write_settings:
|
|
253
265
|
close_instance(mute=True)
|
|
254
266
|
from .core._hub_core import init_instance as init_instance_hub
|
|
@@ -85,8 +85,8 @@ def init_storage(
|
|
|
85
85
|
StorageSettings,
|
|
86
86
|
Literal["hub-record-not-created", "hub-record-retireved", "hub-record-created"],
|
|
87
87
|
]:
|
|
88
|
-
|
|
89
|
-
|
|
88
|
+
assert root is not None, "`root` argument can't be `None`"
|
|
89
|
+
|
|
90
90
|
root_str = str(root) # ensure we have a string
|
|
91
91
|
if ".lamindb" in root_str:
|
|
92
92
|
raise ValueError(
|
|
@@ -55,7 +55,17 @@ def setup_django(
|
|
|
55
55
|
from .._init_instance import get_schema_module_name
|
|
56
56
|
|
|
57
57
|
schema_names = ["core"] + list(isettings.schema)
|
|
58
|
-
|
|
58
|
+
raise_import_error = True if init else False
|
|
59
|
+
installed_apps = [
|
|
60
|
+
package_name
|
|
61
|
+
for n in schema_names
|
|
62
|
+
if (
|
|
63
|
+
package_name := get_schema_module_name(
|
|
64
|
+
n, raise_import_error=raise_import_error
|
|
65
|
+
)
|
|
66
|
+
)
|
|
67
|
+
is not None
|
|
68
|
+
]
|
|
59
69
|
if view_schema:
|
|
60
70
|
installed_apps = installed_apps[::-1] # to fix how apps appear
|
|
61
71
|
installed_apps += ["schema_graph", "django.contrib.staticfiles"]
|
|
@@ -43,7 +43,7 @@ def test_edge_request():
|
|
|
43
43
|
assert instance["owner"] == "laminlabs"
|
|
44
44
|
assert instance["name"] == "lamindata"
|
|
45
45
|
assert instance["api_url"] == "https://us-east-1.api.lamin.ai"
|
|
46
|
-
assert instance["schema_str"]
|
|
46
|
+
assert instance["schema_str"].startswith("bionty,wetlab")
|
|
47
47
|
assert "schema_id" in instance
|
|
48
48
|
# check that schema_id is well-formed UUID
|
|
49
49
|
# if not, throws ValueError
|
|
@@ -32,6 +32,12 @@ def test_init_instance_postgres_default_name(get_hub_client):
|
|
|
32
32
|
ln_setup.delete(instance_name, force=True)
|
|
33
33
|
except InstanceNotFoundError:
|
|
34
34
|
pass
|
|
35
|
+
# test init with storage=None
|
|
36
|
+
# this happens when calling CLI lamin init or lamin init --name smth
|
|
37
|
+
with pytest.raises(SystemExit):
|
|
38
|
+
ln_setup.init(storage=None, _test=True)
|
|
39
|
+
with pytest.raises(SystemExit):
|
|
40
|
+
ln_setup.init(storage=None, name="init-to-fail", _test=True)
|
|
35
41
|
# now, run init
|
|
36
42
|
ln_setup.init(storage="./mydatapg", db=pgurl, _test=True)
|
|
37
43
|
assert ln_setup.settings.instance.slug == "testuser2/pgtest"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-cloud/06-connect-hosted-instance.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-prod/test-init-load-local-anonymously.ipynb
RENAMED
|
File without changes
|
{lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/docs/hub-prod/test-insufficient-user-info.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/hub-cloud/test_init_pass_user_no_writes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lamindb_setup-0.78.0 → lamindb_setup-0.79.0}/tests/hub-prod/test_switch_and_fallback_env.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|