Skip to content

Commit 343b068

Browse files
Part 4: parking_pcn_report_summary
1 parent 9a30df1 commit 343b068

File tree

2 files changed

+1
-126
lines changed

2 files changed

+1
-126
lines changed

scripts/jobs/parking/parking_pcn_report_summary.py

Lines changed: 0 additions & 104 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
@@ -79,28 +79,7 @@ module "parking_pcn_create_event_log" {
7979
}
8080
}
8181

82-
module "parking_pcn_report_summary" {
83-
source = "../modules/aws-glue-job"
84-
is_live_environment = local.is_live_environment
85-
is_production_environment = local.is_production_environment
86-
department = module.department_parking_data_source
87-
job_name = "${local.short_identifier_prefix}parking_pcn_report_summary"
88-
helper_module_key = data.aws_s3_object.helpers.key
89-
pydeequ_zip_key = data.aws_s3_object.pydeequ.key
90-
spark_ui_output_storage_id = module.spark_ui_output_storage_data_source.bucket_id
91-
script_name = "parking_pcn_report_summary"
92-
triggered_by_job = module.parking_pcn_denormalisation.job_name
93-
job_description = "This job creates the % return figures for the Bailiff data"
94-
workflow_name = "${local.short_identifier_prefix}parking-liberator-data-workflow"
95-
number_of_workers_for_glue_job = 10
96-
glue_job_worker_type = "G.1X"
97-
glue_version = "4.0"
98-
job_parameters = {
99-
"--job-bookmark-option" = "job-bookmark-disable"
100-
"--environment" = var.environment
101-
"--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"
102-
}
103-
}
82+
# Migrated job "parking_pcn_report_summary" to dap-airflow om 30/05/2025
10483

10584
# Migrated job "parking_pcn_ltn_report_summary" to dap-airflow om 30/05/2025
10685

0 commit comments

Comments
 (0)