We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb432b commit 8064e80Copy full SHA for 8064e80
template.yaml
@@ -1599,12 +1599,14 @@ Resources:
1599
SchemaChangePolicy:
1600
UpdateBehavior: "UPDATE_IN_DATABASE"
1601
DeleteBehavior: "LOG"
1602
+ TablePrefix: "document_sections_"
1603
Configuration: |
1604
{
1605
"Version": 1.0,
1606
"CrawlerOutput": {
1607
"Partitions": { "AddOrUpdateBehavior": "InheritFromTable" },
- "Tables": { "AddOrUpdateBehavior": "MergeNewColumns" }
1608
+ "Tables": { "AddOrUpdateBehavior": "MergeNewColumns" },
1609
+ "Grouping": { "TableLevelConfiguration": 2 }
1610
}
1611
1612
Schedule: !If
0 commit comments