From e0f34b0044ffb913f4f86c14fc75e51aab2dbeec Mon Sep 17 00:00:00 2001 From: Alex Bednarek Date: Thu, 27 Jun 2024 16:09:09 -0400 Subject: [PATCH] Ingester: Fixing imports, calling store_latest after default store method, adding --latest-table to cli. --- ingester/datalake_ingester/cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ingester/datalake_ingester/cli.py b/ingester/datalake_ingester/cli.py index 9a9eae6..fd2cf42 100644 --- a/ingester/datalake_ingester/cli.py +++ b/ingester/datalake_ingester/cli.py @@ -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',