> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Run AWS Glue

> Add a Run AWS Glue command to a Paradime Bolt schedule to trigger Glue workflows or jobs from the Paradime CLI alongside your dbt™ transformations.

Trigger one or more AWS Glue workflows or jobs from a Bolt schedule to run ETL as part of your pipeline.

## Prerequisites

* AWS connected as a [workspace integration](/integrations/aws-glue). AWS credentials are taken from that integration.

## Usage

Add the **Run AWS Glue** command to your schedule and enter the command to run. The modal accepts any command supported by the [Paradime AWS Glue CLI](/developers/paradime-cli/aws-glue-cli).

Trigger workflows:

```bash theme={"system"}
paradime run aws-glue-trigger-workflows --workflow-names=my_workflow
```

Or trigger jobs:

```bash theme={"system"}
paradime run aws-glue-trigger-jobs --job-names=my_job
```

## Learn more

See the [Paradime AWS Glue CLI](/developers/paradime-cli/aws-glue-cli) for the full command and flag reference.


## Related topics

- [AWS Glue](/integrations/aws-glue.md)
- [AWS Glue CLI](/developers/paradime-cli/aws-glue-cli.md)
- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [Run AWS Step Functions](/products/bolt/creating-schedules/command-settings/aws-step-functions.md)
- [Run AWS ECS Task](/products/bolt/creating-schedules/command-settings/aws-ecs-task.md)
