aws_glue_get_job_runs
Retrieve execution history for AWS Glue jobs to monitor performance, troubleshoot issues, and analyze job run data for ETL workflows.
Instructions
Get execution history for a Glue job.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| job_name | Yes | Glue job name | |
| max_results | No | Maximum runs to return |