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
As a developer, I want the ETL to process the [provider]_metadata-model_image.tsv and [provider]_metadata-image_study.tsv files and store that data in suitable db tables, so when a model is retrieved, it also contains information about the images.
Changes include:
New table model_image and model_study.
New tasks (extraction/transformation) for model_image and image_study.
Add a column in the search_index table with the image-related information in a model.
Acceptance Criteria
search_index endpoint contains a new attribute with image-related information in a model.
The text was updated successfully, but these errors were encountered:
As a developer, I want the ETL to process the
[provider]_metadata-model_image.tsv
and[provider]_metadata-image_study.tsv
files and store that data in suitable db tables, so when a model is retrieved, it also contains information about the images.Changes include:
model_image
andmodel_study
.search_index
table with the image-related information in a model.Acceptance Criteria
search_index
endpoint contains a new attribute with image-related information in a model.The text was updated successfully, but these errors were encountered: