// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`test workflow stack 1`] = ` { "Resources": { "TestBucket560B80BC": { "DeletionPolicy": "Retain", "Type": "AWS::S3::Bucket", "UpdateReplacePolicy": "Retain", }, "TestDB27CDA92F": { "Properties": { "CatalogId": { "Ref": "AWS::AccountId", }, "DatabaseInput": { "Name": "socialmediadb", }, }, "Type": "AWS::Glue::Database", }, "TwitterCfntwfeedstorage9CBB27B5": { "Properties": { "CatalogId": { "Ref": "AWS::AccountId", }, "DatabaseName": { "Ref": "TestDB27CDA92F", }, "TableInput": { "Description": "A table created with partition projection for twfeedstorage", "Name": "twfeedstorage", "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": "coordinates", "Type": "struct>", }, { "Name": "retweeted", "Type": "boolean", }, { "Name": "source", "Type": "string", }, { "Name": "entities", "Type": "struct>>,urls:array>>>", }, { "Name": "reply_count", "Type": "bigint", }, { "Name": "favorite_count", "Type": "bigint", }, { "Name": "geo", "Type": "struct>", }, { "Name": "id_str", "Type": "string", }, { "Name": "truncated", "Type": "boolean", }, { "Name": "text", "Type": "string", }, { "Name": "retweet_count", "Type": "bigint", }, { "Name": "possibly_sensitive", "Type": "boolean", }, { "Name": "filter_level", "Type": "string", }, { "Name": "place", "Type": "struct>>>>", }, { "Name": "favorited", "Type": "boolean", }, { "Name": "lang", "Type": "string", }, { "Name": "in_reply_to_screen_name", "Type": "string", }, { "Name": "is_quote_status", "Type": "boolean", }, { "Name": "in_reply_to_user_id_str", "Type": "string", }, { "Name": "user", "Type": "struct", }, { "Name": "quote_count", "Type": "bigint", }, ], "Compressed": false, "InputFormat": "org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat", "Location": { "Fn::Join": [ "", [ "s3://", { "Ref": "TestBucket560B80BC", }, "/twfeedstorage/", ], ], }, "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", }, }, } `;