Skip to content

Commit eeff63e

Browse files
author
Bob Strahan
committed
Update document sections crawler default frequency to daily
1 parent 79af432 commit eeff63e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ SPDX-License-Identifier: MIT-0
4646
- **Reporting Database now has Document Sections Tables to enable querying across document fields**
4747
- Added comprehensive document sections storage system that automatically creates tables for each section type (classification)
4848
- **Dynamic Table Creation**: AWS Glue Crawler automatically discovers new section types and creates corresponding tables (e.g., `invoice`, `receipt`, `bank_statement`)
49-
- **Configurable Crawler Schedule**: Support for manual, every 15 minutes, hourly (default), or daily crawler execution via `DocumentSectionsCrawlerFrequency` parameter
49+
- **Configurable Crawler Schedule**: Support for manual, every 15 minutes, hourly, or daily (default) crawler execution via `DocumentSectionsCrawlerFrequency` parameter
5050
- **Partitioned Storage**: Data organized by section type and date for efficient querying with Amazon Athena
5151

5252
- **Partition Projections for Evaluation and Metering tables**

docs/reporting-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ document_sections/
151151
The AWS Glue Crawler automatically discovers new section types and creates corresponding tables. The crawler can be configured to run:
152152
- Manually (on-demand)
153153
- Every 15 minutes
154-
- Every hour (default)
155-
- Daily
154+
- Every hour
155+
- Daily (default)
156156

157157
This ensures that new section types are automatically available for querying without manual intervention.
158158

template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Parameters:
151151
152152
DocumentSectionsCrawlerFrequency:
153153
Type: String
154-
Default: "EveryHour"
154+
Default: "EveryDay"
155155
AllowedValues:
156156
- "Manual"
157157
- "Every15m"

0 commit comments

Comments
 (0)