Skip to content

Commit

Permalink
Ingester: Updating storage store_latest, tests and conftest.
Browse files Browse the repository at this point in the history
  • Loading branch information
ABPLMC committed May 1, 2024
1 parent e9ee7c3 commit 8eb2e08
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 @@ -76,7 +76,6 @@ def store_latest(self, record):

condition_expression = " attribute_not_exists(what_where_key) OR metadata.start < :new_start"
expression_attribute_values = {
':what_where_key': {'S': record['what_where_key']},
':new_start': {'N': str(record['metadata']['start'])}
}
record = {
Expand Down

0 comments on commit 8eb2e08

Please sign in to comment.