We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda4aa9 commit c80e878Copy full SHA for c80e878
1 file changed
infrastructure/terraform/components/dl/glue_catalog_table_event_record.tf
@@ -6,7 +6,7 @@ resource "aws_glue_catalog_table" "event_record" {
6
table_type = "EXTERNAL_TABLE"
7
8
storage_descriptor {
9
- location = "s3://${module.s3bucket_reporting.bucket}/${local.firehose_output_path_prefix}/reporting/parquet/event_staging"
+ location = "s3://${module.s3bucket_reporting.bucket}/${local.firehose_output_path_prefix}/reporting/parquet/event_record"
10
11
input_format = "org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat"
12
output_format = "org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat"
0 commit comments