Skip to content

Commit

Permalink
Merge pull request #1479 from LBHackney-IT/LBHSBALLEY-patch-5
Browse files Browse the repository at this point in the history
Update 24-aws-glue-spatial.tf
  • Loading branch information
LBHSBALLEY authored Nov 3, 2023
2 parents 23f8939 + cd0b53c commit 6a3c215
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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_102/raw/"
"--processed_data_path" = "s3://${module.raw_zone_data_source.bucket_id}/unrestricted/os_addressbase_premium/full_supply/epoch_102/processed/"
"--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/"
}
script_name = "addressbasepremium_load_files"
}
Expand All @@ -192,8 +192,8 @@ 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_102/processed/"
"--target_path" = "s3://${module.raw_zone_data_source.bucket_id}/unrestricted/unrestricted/national_address"
"--processed_source_data_path" = "s3://${module.raw_zone_data_source.bucket_id}/unrestricted/os-addressbase-premium/full-supply/epoch-105/processed/"
"--target_path" = "s3://${module.refined_zone_data_source.bucket_id}/unrestricted/national_address"
}
script_name = "addressbasepremium_create_address_table"
}

0 comments on commit 6a3c215

Please sign in to comment.