We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c82cb commit 70f2f0aCopy full SHA for 70f2f0a
terraform/etl/24-aws-glue-tascomi-data.tf
@@ -264,7 +264,7 @@ module "tascomi_create_daily_snapshot" {
264
job_name = "${local.short_identifier_prefix}tascomi_create_daily_snapshot_planning"
265
glue_version = "2.0"
266
glue_job_worker_type = "G.2X"
267
- number_of_workers_for_glue_job = 12
+ number_of_workers_for_glue_job = 16
268
helper_module_key = data.aws_s3_object.helpers.key
269
pydeequ_zip_key = data.aws_s3_object.pydeequ.key
270
spark_ui_output_storage_id = module.spark_ui_output_storage_data_source.bucket_id
0 commit comments