I am trying to access the AWS ETL Glue Python shell job id from the script of that job. This is the RunID that you can see in the first column in the AWS Glue Console, something like jr_5fc6d4ecf0248150067f2. How do I get it programmatically within a AWS Glue python shell job?
Note: python shell jobs are not the same as pyspark jobs in AWS Glue.