// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`test workflow stack 1`] = ` { "Resources": { "ModerationLabelsTableCfnmoderationlabel0F6DAF4F": { "Properties": { "CatalogId": { "Ref": "AWS::AccountId", }, "DatabaseName": { "Ref": "TestDB27CDA92F", }, "TableInput": { "Description": "A table created with partition projection for moderationlabel", "Name": "moderationlabel", "Parameters": { "classification": "parquet", "has_encryped_data": false, "projection.created_at.format": "yyyy-MM-dd", "projection.created_at.range": "NOW-45DAYS,NOW", "projection.created_at.type": "date", "projection.enabled": "TRUE", }, "PartitionKeys": [ { "Name": "created_at", "Type": "timestamp", }, ], "StorageDescriptor": { "Columns": [ { "Name": "account_name", "Type": "string", }, { "Name": "platform", "Type": "string", }, { "Name": "search_query", "Type": "string", }, { "Name": "id_str", "Type": "string", }, { "Name": "image_url", "Type": "string", }, { "Name": "label_name", "Type": "string", }, { "Name": "confidence", "Type": "double", }, ], "Compressed": false, "InputFormat": "org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat", "Location": { "Fn::Join": [ "", [ "s3://", { "Ref": "TestBucket560B80BC", }, "/moderationlabel/", ], ], }, "OutputFormat": "org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat", "SerdeInfo": { "SerializationLibrary": "org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe", }, "StoredAsSubDirectories": true, }, "TableType": "EXTERNAL_TABLE", }, }, "Type": "AWS::Glue::Table", }, "TestBucket560B80BC": { "DeletionPolicy": "Retain", "Type": "AWS::S3::Bucket", "UpdateReplacePolicy": "Retain", }, "TestDB27CDA92F": { "Properties": { "CatalogId": { "Ref": "AWS::AccountId", }, "DatabaseInput": { "Name": "socialmediadb", }, }, "Type": "AWS::Glue::Database", }, }, } `;