From df00b0e2966b48e39fce1018bd523ee9ef5b971d Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Thu, 23 Nov 2023 09:46:53 -0500 Subject: [PATCH] . --- src/therapy/database/dynamodb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/therapy/database/dynamodb.py b/src/therapy/database/dynamodb.py index f831f4eb..097a9069 100644 --- a/src/therapy/database/dynamodb.py +++ b/src/therapy/database/dynamodb.py @@ -452,6 +452,7 @@ def add_record(self, record: Dict, src_name: SourceName) -> None: "boto3 client error on add_record for " f"{concept_id}: {e.response['Error']['Message']}" ) + # TODO not picking up aliases here for attr_type, item_type in ITEM_TYPES.items(): if attr_type in record: value = record.get(attr_type)