Skip to content

Commit 0ee856f

Browse files
daclarkelbhryanbratten
andauthored
Update 38-aws-glue-job-parking.tf (#810)
Co-authored-by: ryanbratten <[email protected]>
1 parent 9bb9c32 commit 0ee856f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

terraform/etl/38-aws-glue-job-parking.tf

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,3 +766,21 @@ module "parking_eta_decision_records_pcn_dispute_gds" {
766766
"--environment" = var.environment
767767
}
768768
}
769+
module "parking_dc_liberator_permit_llpg_street_records" {
770+
source = "../modules/aws-glue-job"
771+
department = module.department_parking_data_source
772+
job_name = "${local.short_identifier_prefix}parking_dc_liberator_permit_llpg_street_records"
773+
helper_module_key = data.aws_s3_bucket_object.helpers.key
774+
pydeequ_zip_key = data.aws_s3_bucket_object.pydeequ.key
775+
spark_ui_output_storage_id = module.spark_ui_output_storage_data_source.bucket_id
776+
script_name = "parking_dc_liberator_permit_llpg_street_records"
777+
glue_version = "3.0"
778+
# triggered_by_job = "${local.short_identifier_prefix}Copy parking Liberator landing zone to raw"
779+
job_description = "Street records for the permit llpg table in the liberator raw zone"
780+
# workflow_name = "${local.short_identifier_prefix}parking-liberator-data-workflow"
781+
trigger_enabled = false
782+
job_parameters = {
783+
"--job-bookmark-option" = "job-bookmark-disabled"
784+
"--environment" = var.environment
785+
}
786+
}

0 commit comments

Comments
 (0)