I am stuck at this issue since long. My desired output is to run a glue job, inside the glue job I want to fetch glue job run end time of the run that was started right now. Is there any way to print end time and error in cloud metrics?
I tried it using get_job_run api but it is only giving me run start time, I am not able to fetch end time of the run. Please help me out