> ## 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 Matillion Pipeline

> Add a Run Matillion Pipeline command to a Paradime Bolt schedule to trigger Matillion ELT pipelines from the Paradime CLI alongside your dbt™ runs.

Trigger one or more Matillion pipelines from a Bolt schedule to load or transform data as part of your pipeline.

## Prerequisites

* Matillion connected as a [workspace integration](/integrations/matillion). Connection and credentials are taken from that integration.

## Usage

Add the **Run Matillion Pipeline** command to your schedule and enter the command to run. The modal accepts any command supported by the [Paradime Matillion CLI](/developers/paradime-cli/matillion-cli):

```bash theme={"system"}
paradime run matillion-pipeline --project-names=my-project --pipeline-names=load,transform --environment=prod
```

## Learn more

See the [Paradime Matillion CLI](/developers/paradime-cli/matillion-cli) for the full command and flag reference.


## Related topics

- [Matillion](/integrations/matillion.md)
- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [Matillion CLI](/developers/paradime-cli/matillion-cli.md)
- [Pipeline Insights](/products/dino-ai/bolt-pipeline-agent/production-pipelines.md)
- [Run Azure Data Factory Pipeline](/products/bolt/creating-schedules/command-settings/azure-data-factory-pipeline.md)
