Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created January 2, 2020 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/344fe96f957e6bd4c2df0a0492700851 to your computer and use it in GitHub Desktop.
Save garystafford/344fe96f957e6bd4c2df0a0492700851 to your computer and use it in GitHub Desktop.
# get status of most recent job (the one that is running)
aws glue get-job-run \
--job-name rates-xml-to-parquet \
--run-id "$(aws glue get-job-runs \
--job-name rates-xml-to-parquet \
| jq -r '.JobRuns[0].Id')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment