Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Nov 23, 2023
1 parent 211f7ae commit df00b0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/therapy/database/dynamodb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit df00b0e

Please sign in to comment.