Skip to content

Commit

Permalink
Merge pull request #2028 from LBHackney-IT/lcoulson2021-patch-1
Browse files Browse the repository at this point in the history
Update 24-aws-glue-spatial.tf
  • Loading branch information
lcoulson2021 authored Dec 16, 2024
2 parents 5a4d262 + 43c72b5 commit 12773ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/etl/24-aws-glue-spatial.tf
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ module "addressbasepremium_load_files" {
job_parameters = {
"--job-bookmark-option" = "job-bookmark-disable"
"--raw_bucket" = module.raw_zone_data_source.bucket_id
"--raw_prefix" = "unrestricted/os-addressbase-premium/full-supply/epoch-105/raw/"
"--processed_data_path" = "s3://${module.raw_zone_data_source.bucket_id}/unrestricted/os-addressbase-premium/full-supply/epoch-105/processed/"
"--raw_prefix" = "unrestricted/os-addressbase-premium/full-supply/epoch-114/raw/"
"--processed_data_path" = "s3://${module.raw_zone_data_source.bucket_id}/unrestricted/os-addressbase-premium/full-supply/epoch-114/processed/"
}
script_name = "addressbasepremium_load_files"
}
Expand All @@ -192,7 +192,7 @@ module "addressbasepremium_create_address_table" {
"--job-bookmark-option" = "job-bookmark-disable"
"--blpu_class_lookup_path" = "s3://${module.glue_scripts_data_source.bucket_id}/${aws_s3_object.blpu_class_lookup.key}"
"--ward_lookup_path" = "s3://${module.glue_scripts_data_source.bucket_id}/${aws_s3_object.ons_ward_lookup.key}"
"--processed_source_data_path" = "s3://${module.raw_zone_data_source.bucket_id}/unrestricted/os-addressbase-premium/full-supply/epoch-105/processed/"
"--processed_source_data_path" = "s3://${module.raw_zone_data_source.bucket_id}/unrestricted/os-addressbase-premium/full-supply/epoch-114/processed/"
"--target_path" = "s3://${module.refined_zone_data_source.bucket_id}/unrestricted/national_address"
}
script_name = "addressbasepremium_create_address_table"
Expand Down

0 comments on commit 12773ba

Please sign in to comment.