Update the deployment to optimize yesterday's partition

This commit is contained in:
R Tyler Croy 2023-03-30 23:41:07 -07:00
parent 45ec8d5d5d
commit 0cdb91c8b4
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ resource "aws_lambda_function" "optimize_lambda" {
AWS_S3_LOCKING_PROVIDER = "dynamodb"
DATALAKE_LOCATION = "s3://my-bucket/databases/my-table"
RUST_LOG = "info"
OPTIMIZE_DS = "yesterday"
}
}
}