Is there a way of getting the name of the Glue Job that produced the log stream given only the jrid?
The only parameters that I can work with are the jrid and the log group name.
I know I can pull all the glue jobs and then go through them individually until I find the glue job that has that specific jrid but I feel like there has to be a more efficient way of doing this.
There doesn't seem to be an obvious way to get from Job Run ID to Job Name.
You'll probably need to:
list_jobs()
to get all Job Namesget_job_run()
Id
in the response