> ## 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.

# GCP Cloud Run

> Execute GCP Cloud Run jobs from Paradime Bolt schedules so you can run containerized work to completion as part of your dbt™ pipelines.

[GCP Cloud Run](https://cloud.google.com/run) lets you run containers serverlessly; Cloud Run jobs run a container to completion. Trigger it from a Paradime Bolt schedule with the Paradime CLI, so it runs as part of your pipeline.

## What you can do

* Execute one or more Cloud Run jobs by name

## Prerequisites

* A service account with permission to run the jobs (Cloud Run Invoker / Developer).

## Set up

Paradime authenticates to GCP with a service account key. Set them as [Bolt schedule environment variables](/products/settings/environment-variables/bolt-schedule-env-variables):

| Variable                       | Required | Description                                     |
| ------------------------------ | -------- | ----------------------------------------------- |
| `GCP_SERVICE_ACCOUNT_KEY_FILE` | Required | Path to your GCP service account JSON key file. |
| `GCP_PROJECT_ID`               | Required | Your GCP project ID.                            |
| `GCP_LOCATION`                 | Required | GCP region (for example, `us-central1`).        |

## Trigger from Bolt

Add the [Run GCP Cloud Run Job](/products/bolt/creating-schedules/command-settings/gcp-cloud-run-job) command to a schedule. For the full command reference, flags, and examples, see the [GCP Cloud Run CLI](/developers/paradime-cli/gcp-cloud-run-cli).


## Related topics

- [GCP Cloud Run CLI](/developers/paradime-cli/gcp-cloud-run-cli.md)
- [Run GCP Cloud Run Job](/products/bolt/creating-schedules/command-settings/gcp-cloud-run-job.md)
- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [Integrations](/integrations/index.md)
- [GCP Cloud Functions](/integrations/gcp-cloud-function.md)
