Skip to content

Commit

Permalink
Update NSB (#201)
Browse files Browse the repository at this point in the history
* regenerated models + mapping, updates

* adds back removed options

* fixes

* updates tars integration, nsb tests

* take out comments in server

* small fixes

* simplify bool check

* fix typo

* decimal iso duration

* concentration parser fix
  • Loading branch information
mekhlakapoor authored Mar 22, 2024
1 parent 4bcb646 commit e17d164
Show file tree
Hide file tree
Showing 22 changed files with 1,686 additions and 310 deletions.
3 changes: 1 addition & 2 deletions src/aind_metadata_service/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
"""REST service to retrieve metadata from databases.
"""
"""REST service to retrieve metadata from databases."""

__version__ = "0.10.10"
1 change: 1 addition & 0 deletions src/aind_metadata_service/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
LabTracksClient,
LabTracksSettings,
)

from aind_metadata_service.response_handler import EtlResponse
from aind_metadata_service.sharepoint.client import (
SharePointClient,
Expand Down
Loading

0 comments on commit e17d164

Please sign in to comment.