Skip to content

Commit c80e878

Browse files
committed
CCM-13295: Fix table storage reference
1 parent cda4aa9 commit c80e878

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/components/dl/glue_catalog_table_event_record.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resource "aws_glue_catalog_table" "event_record" {
66
table_type = "EXTERNAL_TABLE"
77

88
storage_descriptor {
9-
location = "s3://${module.s3bucket_reporting.bucket}/${local.firehose_output_path_prefix}/reporting/parquet/event_staging"
9+
location = "s3://${module.s3bucket_reporting.bucket}/${local.firehose_output_path_prefix}/reporting/parquet/event_record"
1010

1111
input_format = "org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat"
1212
output_format = "org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat"

0 commit comments

Comments
 (0)