Skip to content

Commit 0d12464

Browse files
authored
Merge pull request #2185 from LBHackney-IT/di-543-govnotify-ingestion-for-customer-services
Add a prefix to the notifications table in raw zone to avoid confusion.
2 parents 598b053 + 1ad485e commit 0d12464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/etl/49-lambda-gov-notify-ingestion-housing-lbh-communal-repairs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ resource "aws_glue_crawler" "govnotify_housing_lbh_communal_repairs_raw_zone" {
116116
name = "${local.short_identifier_prefix}GovNotify Housing LBH Communal Repairs Raw Zone ${each.value}"
117117
role = data.aws_iam_role.glue_role.arn
118118
tags = module.tags.values
119-
table_prefix = null
119+
table_prefix = "housing_lbh_communal_repairs_${each.value}_"
120120

121121
s3_target {
122122
path = "s3://${module.raw_zone_data_source.bucket_id}/housing/govnotify/lbh_communal_repairs/${each.value}/"

0 commit comments

Comments
 (0)