File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1343,10 +1343,9 @@ module "parking_cycle_hangar_allocation_update" {
13431343 pydeequ_zip_key = data. aws_s3_object . pydeequ . key
13441344 spark_ui_output_storage_id = module. spark_ui_output_storage_data_source . bucket_id
13451345 script_name = " parking_cycle_hangar_allocation_update"
1346- triggered_by_job = " ${ local . short_identifier_prefix } parking_cycle_hangars_denormalisation_update"
13471346 job_description = " Rewrite of cycle hangar allocation using new denormalisation code"
1348- workflow_name = " ${ local . short_identifier_prefix } parking-liberator-data-workflow"
13491347 trigger_enabled = local. is_production_environment
1348+ schedule = " cron(0 9 * * ? *)"
13501349 number_of_workers_for_glue_job = 2
13511350 glue_job_worker_type = " G.1X"
13521351 glue_version = " 4.0"
You can’t perform that action at this time.
0 commit comments