microbiomedata / nmdc-schema

National Microbiome Data Collaborative (NMDC) unified data model
https://microbiomedata.github.io/nmdc-schema/
Creative Commons Zero v1.0 Universal
27 stars 8 forks source link

Refactor nmdc_database_tools to use nmdcschema GET endpoints and fix data truncation #1629

Closed mbthornton-lbl closed 9 months ago

mbthornton-lbl commented 9 months ago

Formerly: queries:run endpoint truncates data in response The queries:run endpoint is only returning the first 100 results of a query

Query: { "find": "omics_processing_set", "filter": {"part_of": "nmdc:sty-11-aygzgv51"} } Response: response_1704828951248.json

Note at the end of the response JSON that it claims partialResultsReturned: null

mbthornton-lbl commented 9 months ago

Proposed Fix: