DPU hours for individual glue-job runs with aws-cli/1.18.69 #8004
-
Hi, I'd like to get the data that is displayed under the "Job run monitoring" section in the console. Specifically I need the column 'DPU hours' from the table "Job runs". I wasn't able to find an API for this. Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @jusatdeloitte, thanks for reaching out. You can get DPU hours by using |
Beta Was this translation helpful? Give feedback.
-
Thanks for your concise response @RyanFitzSimmonsAK . Below is an example where I try this approach. However, I didn't discover
|
Beta Was this translation helpful? Give feedback.
You probably need to update your CLI version, since you're on a heavily outdated version. I'd recommend going up to CLI v2 if possible.
Migration guide - https://docs.aws.amazon.com/cli/latest/userguide/cliv2-migration.html
Updating guide - https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
Let me know how that works for you.