Skip to content

Commit

Permalink
docs: add completion tables in our AWS template
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
mikix committed Jul 2, 2024
1 parent 5edd8ed commit cb5fbc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/setup/cumulus-aws-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cb5fbc5

Please sign in to comment.