Skip to content

Commit 8064e80

Browse files
author
Bob Strahan
committed
Update Glue Crawler configuration with table prefix and grouping settings
1 parent 6cb432b commit 8064e80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

template.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1599,12 +1599,14 @@ Resources:
15991599
SchemaChangePolicy:
16001600
UpdateBehavior: "UPDATE_IN_DATABASE"
16011601
DeleteBehavior: "LOG"
1602+
TablePrefix: "document_sections_"
16021603
Configuration: |
16031604
{
16041605
"Version": 1.0,
16051606
"CrawlerOutput": {
16061607
"Partitions": { "AddOrUpdateBehavior": "InheritFromTable" },
1607-
"Tables": { "AddOrUpdateBehavior": "MergeNewColumns" }
1608+
"Tables": { "AddOrUpdateBehavior": "MergeNewColumns" },
1609+
"Grouping": { "TableLevelConfiguration": 2 }
16081610
}
16091611
}
16101612
Schedule: !If

0 commit comments

Comments
 (0)