@@ -1728,3 +1728,27 @@ module "parking_bailiff_totals" {
17281728 " --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"
17291729 }
17301730}
1731+ # MRB 28-11-2024 job created
1732+ module "parking_cycle_hangar_interim_wait_list" {
1733+ source = " ../modules/aws-glue-job"
1734+ is_live_environment = local. is_live_environment
1735+ is_production_environment = local. is_production_environment
1736+ department = module. department_parking_data_source
1737+ job_name = " ${ local . short_identifier_prefix } parking_cycle_hangar_interim_wait_list"
1738+ helper_module_key = data. aws_s3_object . helpers . key
1739+ pydeequ_zip_key = data. aws_s3_object . pydeequ . key
1740+ spark_ui_output_storage_id = module. spark_ui_output_storage_data_source . bucket_id
1741+ script_name = " parking_bailiff_totals"
1742+ triggered_by_job = " ${ local . short_identifier_prefix } Copy parking Liberator landing zone to raw"
1743+ job_description = " format the interim cycle hangar waiting list from Michael W."
1744+ workflow_name = " ${ local . short_identifier_prefix } parking-liberator-data-workflow"
1745+ trigger_enabled = local. is_production_environment
1746+ number_of_workers_for_glue_job = 2 # 2 minimum which is enough for this job
1747+ glue_job_worker_type = " G.1X"
1748+ glue_version = " 4.0"
1749+ job_parameters = {
1750+ " --job-bookmark-option" = " job-bookmark-disable"
1751+ " --environment" = var.environment
1752+ " --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"
1753+ }
1754+ }
0 commit comments