Skip to content

Commit

Permalink
Ingester: Cleanup logging. Add expression_attr_name for store_latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
ABPLMC committed Jul 10, 2024
1 parent 467cb45 commit 7fbf1b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ingester/datalake_ingester/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def _latest_table(self):
return Table(self.latest_table_name, connection=self._connection)

def store(self, record):
self.logger.error(f"Attempting to store {record}")
try:
self._table.put_item(data=record)
except ConditionalCheckFailedException:
Expand Down

0 comments on commit 7fbf1b0

Please sign in to comment.