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',