> ## 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 GCP Dataflow

> Add a Run GCP Dataflow command to a Paradime Bolt schedule to launch Dataflow jobs from a template using the Paradime CLI in your dbt™ pipeline.

Launch a GCP Dataflow job from a template on a Bolt schedule to run batch or streaming data processing as part of your pipeline.

## Prerequisites

* GCP connected as a [workspace integration](/integrations/gcp-dataflow). Project and credentials are taken from that integration.

## Usage

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

```bash theme={"system"}
paradime run gcp-dataflow-trigger --template-path=gs://bucket/template --job-name=my-job
```

Use `--template-type=flex` for Flex templates, and `--parameters='{"key":"value"}'` for template parameters.

## Learn more

See the [Paradime GCP Dataflow CLI](/developers/paradime-cli/gcp-dataflow-cli) for the full command and flag reference.


## Related topics

- [GCP Dataflow](/integrations/gcp-dataflow.md)
- [GCP Dataflow CLI](/developers/paradime-cli/gcp-dataflow-cli.md)
- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [GCP Cloud Run](/integrations/gcp-cloud-run.md)
- [GCP Cloud Run CLI](/developers/paradime-cli/gcp-cloud-run-cli.md)
