Skip to content

Commit

Permalink
Fix for new latest table storage functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
ABPLMC committed Jun 20, 2024
1 parent 97e33b4 commit ca47721
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 @@ -60,7 +60,6 @@ def _latest_table(self):

def store(self, record):
if self.use_latest:
print(f'use_latest is {self.use_latest}')
self.store_latest(record)
else:
try:
Expand Down

0 comments on commit ca47721

Please sign in to comment.