diff --git a/aws/quicksight/dataset_template_category_history.tf b/aws/quicksight/dataset_template_category_history.tf new file mode 100644 index 000000000..186ce90e8 --- /dev/null +++ b/aws/quicksight/dataset_template_category_history.tf @@ -0,0 +1,72 @@ +# valid column types are [STRING INTEGER DECIMAL DATETIME BIT BOOLEAN JSON] + +resource "aws_quicksight_data_set" "template-category-history" { + data_set_id = "template-category-history" + name = "Template category history" + import_mode = "SPICE" + + physical_table_map { + physical_table_map_id = "services" + custom_sql { + data_source_arn = aws_quicksight_data_source.rds.arn + name = "servictemplate-category-historyes" + sql_query = <