You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Later, ask the Harvard team and IU (not sure if they are affected) to switch from Collection.datasets parsing to Collection.member_uuids, the same applies to Upload.datasets -> Upload.dataset_uuids.
The text was updated successfully, but these errors were encountered:
Corresponding to hubmapconsortium/entity-api#632, first switch to use the
/documents/<id>
for retrieving the Collections:search-api/src/hubmap_translator.py
Lines 1094 to 1101 in a3a1013
Then switch to the new fields when iterating over the datasets associated with a Collection or Upload during the index procedure.
search-api/src/hubmap_translator.py
Lines 704 to 709 in a3a1013
member_uuids
dataset_uuids
Keep using
datasets
as the final field that gets indexed otherwise it'll break the Harvard portal-ui:search-api/src/hubmap_translator.py
Line 739 in a3a1013
Later, ask the Harvard team and IU (not sure if they are affected) to switch from
Collection.datasets
parsing toCollection.member_uuids
, the same applies toUpload.datasets
->Upload.dataset_uuids
.The text was updated successfully, but these errors were encountered: