lib/glue_stack.py [127:136]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            },
            execution_property=glue.CfnJob.ExecutionPropertyProperty(
                max_concurrent_runs=1,
            ),
            glue_version='2.0',
            max_retries=0,
            number_of_workers=5,
            role=glue_role.role_arn,
            worker_type='G.1X',
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



lib/glue_stack.py [158:167]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            },
            execution_property=glue.CfnJob.ExecutionPropertyProperty(
                max_concurrent_runs=1,
            ),
            glue_version='2.0',
            max_retries=0,
            number_of_workers=5,
            role=glue_role.role_arn,
            worker_type='G.1X',
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



