aws_glue_start_job_run
Start AWS Glue job runs to process and transform data. Specify job name, arguments, and AWS configuration to execute ETL workflows.
Instructions
Start a Glue job run. Blocked in --readonly mode.
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 | |
| arguments | No | Job arguments as key-value pairs |