Skip to content

Commit

Permalink
Merge pull request #14 from wednesday-solutions/fix/update-job-template
Browse files Browse the repository at this point in the history
Fix: Modules in update job template
  • Loading branch information
idipanshu committed Feb 20, 2024
2 parents 484c21d + 0c79c63 commit 9c9251d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion automation/update_glue_job.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"--enable-spark-ui": "true",
"--spark-event-logs-path": "s3://sample-bucket/Logs/UILogs/",
"--enable-job-insights": "true",
"--additional-python-modules": "python-dotenv,kaggle",
"--enable-continuous-cloudwatch-log": "true",
"--job-language": "python"
},
Expand All @@ -28,4 +29,4 @@
"NumberOfWorkers": 2,
"GlueVersion": "4.0"
}
}
}

0 comments on commit 9c9251d

Please sign in to comment.