Skip to content

Commit

Permalink
ALS-7810: Attempt to fix parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Nov 20, 2024
1 parent d21f588 commit c5c3d77
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,10 @@ private void writeDataDictionary() {
}
dataDictionaryData.put("drs_uri", drsUris);

log.info("Writing " + formattedField + " to data dictonary table with drs_uris: " + drsUris);
entityRecord.put("object", dataDictionaryData);
entityRecord.put("name", dataDictionaryTableName);
entityRecord.put("id", "null");
entityRecord.put("id", formattedField);
entityRecord.put("relations", List.of());

try {
Expand Down

0 comments on commit c5c3d77

Please sign in to comment.