cdk_constructs/glue_catalog_construct.py [48:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    parameters={
                        "classification": "parquet",
                        "has_encrypted_data": "false"
                    },
                    partition_keys=[{
                        "name": "region",
                        "type": "string"
                    }, {
                        "name": "year",
                        "type": "smallint"
                    }, {
                        "name": "month",
                        "type": "smallint"
                    }, {
                        "name": "day",
                        "type": "smallint"
                    }, {
                        "name": "hour",
                        "type": "smallint"
                    }],
                    storage_descriptor=aws_glue.CfnTable.StorageDescriptorProperty(
                        columns=[{
                            "name": "collectiontime",
                            "type": "string"
                        }, {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



cdk_constructs/glue_catalog_construct.py [131:155]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                parameters={
                    "classification": "parquet",
                    "has_encrypted_data": "false"
                },
                partition_keys=[{
                    "name": "region",
                    "type": "string"
                }, {
                    "name": "year",
                    "type": "smallint"
                }, {
                    "name": "month",
                    "type": "smallint"
                }, {
                    "name": "day",
                    "type": "smallint"
                }, {
                    "name": "hour",
                    "type": "smallint"
                }],
                storage_descriptor=aws_glue.CfnTable.StorageDescriptorProperty(
                    columns=[{
                        "name": "collectiontime",
                        "type": "string"
                    }, {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



