@@ -65,6 +65,7 @@ Mappings:
6565 path : opensearch-domains
6666 table :
6767 - Name : inventory_opensearch_domains_data
68+ Parameters : { "classification" : "json", "compressionType": "none" }
6869 PartitionKeys :
6970 - Name : payer_id
7071 Type : string
@@ -105,6 +106,7 @@ Mappings:
105106 path : elasticache-clusters
106107 table :
107108 - Name : inventory_elasticache_clusters_data
109+ Parameters : { "classification" : "json", "compressionType": "none" }
108110 PartitionKeys :
109111 - Name : payer_id
110112 Type : string
@@ -192,7 +194,7 @@ Mappings:
192194 table :
193195 - Name : inventory_rds_db_instances_data
194196 TableType : EXTERNAL_TABLE
195-
197+ Parameters : { "classification" : "json", "compressionType": "none" }
196198 PartitionKeys :
197199 - { Name: payer_id, Type: string }
198200 - { Name: year, Type: string }
@@ -334,6 +336,7 @@ Mappings:
334336 path : rds-db-snapshots
335337 table :
336338 - Name : inventory_rds_db_snapshots_data
339+ Parameters : { "classification" : "json", "compressionType": "none" }
337340 PartitionKeys :
338341 - Name : payer_id
339342 Type : string
@@ -422,6 +425,7 @@ Mappings:
422425 path : ebs
423426 table :
424427 - Name : inventory_ebs_data
428+ Parameters : { "classification" : "json", "compressionType": "none" }
425429 PartitionKeys :
426430 - Name : payer_id
427431 Type : string
@@ -478,6 +482,7 @@ Mappings:
478482 path : ami
479483 table :
480484 - Name : inventory_ami_data
485+ Parameters : { "classification" : "json", "compressionType": "none" }
481486 PartitionKeys :
482487 - Name : payer_id
483488 Type : string
@@ -550,6 +555,7 @@ Mappings:
550555 path : snapshot
551556 table :
552557 - Name : inventory_snapshot_data
558+ Parameters : { "classification" : "json", "compressionType": "none" }
553559 PartitionKeys :
554560 - Name : payer_id
555561 Type : string
@@ -602,6 +608,7 @@ Mappings:
602608 path : ec2-instances
603609 table :
604610 - Name : inventory_ec2_instances_data
611+ Parameters : { "classification" : "json", "compressionType": "none" }
605612 PartitionKeys :
606613 - Name : payer_id
607614 Type : string
@@ -711,6 +718,7 @@ Mappings:
711718 path : vpc
712719 table :
713720 - Name : inventory_vpc_data
721+ Parameters : { "classification" : "json", "compressionType": "none" }
714722 PartitionKeys :
715723 - Name : payer_id
716724 Type : string
@@ -756,6 +764,7 @@ Mappings:
756764 path : eks
757765 table :
758766 - Name : inventory_eks_data
767+ Parameters : { "classification" : "json", "compressionType": "none" }
759768 PartitionKeys :
760769 - Name : payer_id
761770 Type : string
@@ -793,6 +802,7 @@ Mappings:
793802 path : lambda
794803 table :
795804 - Name : inventory_lambda_data
805+ Parameters : { "classification" : "json", "compressionType": "none" }
796806 PartitionKeys :
797807 - Name : payer_id
798808 Type : string
@@ -849,7 +859,7 @@ Mappings:
849859 - Name : region
850860 Type : string
851861 - Name : layers
852- Type : array<struct<arn:string,codesize:int>>
862+ Type : array<struct<arn:string,codesize:int>> # will be updated
853863 - Name : vpcconfig
854864 Type : struct<subnetids:array<string>,securitygroupids:array<string>,vpcid:string,ipv6allowedfordualstack:boolean>
855865 InputFormat : org.apache.hadoop.mapred.TextInputFormat
@@ -1161,9 +1171,12 @@ Resources:
11611171 Configuration : |
11621172 {
11631173 "Version": 1.0,
1174+ "Grouping": {
1175+ "TableGroupingPolicy": "CombineCompatibleSchemas"
1176+ },
11641177 "CrawlerOutput": {
1165- "Partitions ": {
1166- "AddOrUpdateBehavior ": "InheritFromTable"
1178+ "Tables ": {
1179+ "TableThreshold ": 1
11671180 }
11681181 }
11691182 }
0 commit comments