AllenNeuralDynamics / aind-data-access-api

Library to interface with AIND databases
MIT License
2 stars 0 forks source link

Return raw json responses from docdb instead of `DataAssetRecord` #61

Closed helen-m-lin closed 2 months ago

helen-m-lin commented 2 months ago

Is your feature request related to a problem? Please describe. The new metadata_index/data_assets does not adhere to DataAssetRecord. Additionally, we want to return the raw response from docdb for the MetadataDbClient (API gateway client)

Describe the solution you'd like

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

jtyoung84 commented 2 months ago

Add new method and deprecate the old one