Transformer - Remove static data-partition-id references from property ingestion logic
Several static references to the osdu
data-partition-id have been identified within the attribute parsing logic in our Search Service. These static references should be replaced with dynamic variable references to the configured dataPartitionId
from application.yml
.
Acceptance Criteria:
- Search.java updated to remove static references to
osdu
data-partition-id. - Search.java updated to reference dynamic variable which reads from
application.yml
for data-partition-id
Edited by Levi Remington