-
Follow the design doc from #1017.
-
```python
...: for asset in ds.get_assets():
...: if asset.path.endswith("ngff"):
...: try:
...: meta = asset.get_metadata()
...: except Valida…
satra updated
2 years ago
-
After #1074 I expected a new (0.7.1) version of dandischema be used, but saw
```
$> curl -s -X GET "https://api-staging.dandiarchive.org/api/info/" -H "accept: application/json" | jq '.schema_versio…
-
Dandisets on staging currently fail validation with:
```
"version_validation_errors": [
{
"field": "url",
"message": "'https://gui-staging.dandiarchive.org/dandiset/101514/0…
-
This is being caused by an erroneous `select_for_update` call outside of a transaction. We should fix this and update our tests to ensure that this kind of problem is caught in the future.
Sentry I…
-
now that there is no redirector with hardcoded version and version is reported of dandi-archive itself we hit good old https://github.com/dandi/dandi-archive/issues/222 leading to
```
____________…
-
eyeballing the output of snippet in https://github.com/dandi/dandi-cli/issues/1018#issuecomment-1137227203 shows wait times after each page. That could be avoided. Pagination output returns `count`…
-
from the discussion in https://github.com/dandisets/000026/issues/3, it seems that old paths remain when the path metadata is modified in the following way. it may be worthwhile adding a test in this …
satra updated
2 years ago
-
Due to changes in dandi-archive, `https://dandiarchive.org/dandiset/999999` no longer returns a 404, and so this test no longer passes:
https://github.com/dandi/dandi-cli/blob/00ee4ddf8785a91ff5bd8…
-
how do i best search for files matching a path regex? given the sizes of dandiset 26 and 108, i would prefer not having to get all the assets to filter it. with the hackathon coming up, this would be…
satra updated
2 years ago