File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments