Skip to content

Commit 7fa7e05

Browse files
Part 4: parking_persistent_evaders
1 parent 343b068 commit 7fa7e05

File tree

2 files changed

+1
-252
lines changed

2 files changed

+1
-252
lines changed

scripts/jobs/parking/parking_persistent_evaders.py

Lines changed: 0 additions & 230 deletions
This file was deleted.

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

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,7 @@ module "parking_pcn_denormalisation" {
2121
}
2222
}
2323

24-
module "parking_persistent_evaders" {
25-
source = "../modules/aws-glue-job"
26-
is_live_environment = local.is_live_environment
27-
is_production_environment = local.is_production_environment
28-
department = module.department_parking_data_source
29-
job_name = "${local.short_identifier_prefix}parking_persistent_evaders"
30-
helper_module_key = data.aws_s3_object.helpers.key
31-
pydeequ_zip_key = data.aws_s3_object.pydeequ.key
32-
spark_ui_output_storage_id = module.spark_ui_output_storage_data_source.bucket_id
33-
script_name = "parking_persistent_evaders"
34-
triggered_by_job = module.parking_pcn_denormalisation.job_name
35-
job_description = "Job to identify VRM's according to the criteria of Persistent Evaders, and return details of all tickets issued to those VRM's."
36-
workflow_name = "${local.short_identifier_prefix}parking-liberator-data-workflow"
37-
number_of_workers_for_glue_job = 10
38-
glue_job_worker_type = "G.1X"
39-
glue_version = "4.0"
40-
job_parameters = {
41-
"--job-bookmark-option" = "job-bookmark-enable"
42-
"--environment" = var.environment
43-
"--conf" = "spark.sql.legacy.timeParserPolicy=LEGACY --conf spark.sql.legacy.parquet.int96RebaseModeInRead=LEGACY --conf spark.sql.legacy.parquet.int96RebaseModeInWrite=LEGACY --conf spark.sql.legacy.parquet.datetimeRebaseModeInRead=LEGACY --conf spark.sql.legacy.parquet.datetimeRebaseModeInWrite=LEGACY"
44-
}
45-
}
24+
# Migrated job "parking_persistent_evaders" to dap-airflow om 30/05/2025
4625

4726
# Migrated job "parking_school_street_vrms" to dap-airflow om 20/02/2025
4827

0 commit comments

Comments
 (0)