Skip to content

Commit

Permalink
Update 24-aws-glue-spatial.tf
Browse files Browse the repository at this point in the history
update database
  • Loading branch information
LBHMVillalobos authored Feb 4, 2025
1 parent 73fd588 commit e0d945e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/etl/24-aws-glue-spatial.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module "llpg_raw_to_trusted" {
"--job-bookmark-option" = "job-bookmark-enable"
"--s3_bucket_target" = "s3://${module.trusted_zone_data_source.bucket_id}/unrestricted/llpg/latest_llpg"
"--enable-glue-datacatalog" = "true"
"--source_catalog_database" = unrestricted-raw-zone
"--source_catalog_database" = unrestricted-raw-zone.name
"--source_catalog_table" = "geolive_llpg_llpg_address"

}
Expand Down

0 comments on commit e0d945e

Please sign in to comment.