Add keyword field 'provider' to field mapping #311
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose and background context
Add new
provider
keyword field to TIMDEX field mapping to support UI filter "Institution". This work is required as a resultof the change made to the TIMDEX data model in MITLibraries/transmogrifier#137.
How can a reviewer manually see the effects of these changes?
View output from running query on TIMDEX records from source
gisogm
bulk-indexed into a local OpenSearch Docker Container.Query
Output [REDACTED]:
These were the steps taken to produce the output above.
transmogrifier
locally to create a JSON file with TIMDEX records from sourcegisogm
.transmogrifier/output/output_gisogm.json
totimdex-index-manager/output_gisogm.json
.Note: When running this locally, I had to temporarily update the version of the Docker images in compose.yaml to
2.11.1
. Thelatest
will pull version 2.12, which now requires an env var called OPENSEARCH_INITIAL_ADMIN_PASSWORD to be set.Includes new or updated dependencies?
NO
Changes expectations for external applications?
NO
What are the relevant tickets?
https://mitlibraries.atlassian.net/browse/GDT-209
Developer
Code Reviewer(s)