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
Currently we are adding this index_version as part of the calculated information for EACH entity document. This is totally unnecessary since this field is just the VERSION number and it doesn't reflect the actual deployment (the BUILD number) nor the actual data source (from entity-api).
The portal-ui uses both this index_version and their portal translation generated mapper_version (which is more accurate). So supposedly they can just stop referencing this index_version in the portal-ui and we can remove it.
Currently we are adding this
index_version
as part of the calculated information for EACH entity document. This is totally unnecessary since this field is just the VERSION number and it doesn't reflect the actual deployment (the BUILD number) nor the actual data source (from entity-api).search-api/src/hubmap_translator.py
Lines 779 to 783 in 8894027
The portal-ui uses both this
index_version
and their portal translation generatedmapper_version
(which is more accurate). So supposedly they can just stop referencing thisindex_version
in the portal-ui and we can remove it.search-api/src/hubmap_translation/addl_index_transformations/portal/__init__.py
Lines 36 to 47 in 8894027
The text was updated successfully, but these errors were encountered: