From cb5fbc5628b36d6ffe696948b4694a080c507ae0 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Tue, 2 Jul 2024 14:21:48 -0400 Subject: [PATCH] docs: add completion tables in our AWS template These aren't necessarily used, but it's lightly helpful to have them already in place if you want to experiment with the completion tracking feature (--write-completion) --- docs/setup/cumulus-aws-template.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/setup/cumulus-aws-template.yaml b/docs/setup/cumulus-aws-template.yaml index aa0aba74..401cbfc0 100644 --- a/docs/setup/cumulus-aws-template.yaml +++ b/docs/setup/cumulus-aws-template.yaml @@ -198,6 +198,8 @@ Resources: - !Sub "s3://${S3Bucket}/${EtlSubdir}/servicerequest" - !Sub "s3://${S3Bucket}/${EtlSubdir}/covid_symptom__nlp_results" - !Sub "s3://${S3Bucket}/${EtlSubdir}/covid_symptom__nlp_results_term_exists" + - !Sub "s3://${S3Bucket}/${EtlSubdir}/etl__completion" + - !Sub "s3://${S3Bucket}/${EtlSubdir}/etl__completion_encounters" CreateNativeDeltaTable: True WriteManifest: False