Skip to content

Commit

Permalink
Ingester: Fixing imports, calling store_latest after default store me…
Browse files Browse the repository at this point in the history
…thod, adding --latest-table to cli.
  • Loading branch information
ABPLMC committed Jun 27, 2024
1 parent 476d9a5 commit e0f34b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ingester/datalake_ingester/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
help='config file. The format is just a dotenv file')
@click.option('-t', '--dynamodb-table',
help='dynamodb table in which to store datalake records.')
@click.option('-lt', '--latest-table',
help='dynamodb table specifically for storing latest records.')
@click.option('-r', '--aws-region',
help='region to use for aws services (e.g., s3, dynamodb)')
@click.option('-k', '--report-key',
Expand Down

0 comments on commit e0f34b0

Please sign in to comment.