> ## 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 BigQuery Scheduled Query

> Add a Run BigQuery Scheduled Query command to a Paradime Bolt schedule to trigger BigQuery Data Transfer queries from the Paradime CLI on demand.

Trigger one or more BigQuery Data Transfer scheduled queries from a Bolt schedule to run them as part of your pipeline.

## Prerequisites

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

## Usage

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

```bash theme={"system"}
paradime run gcp-bigquery-transfer-trigger --scheduled-query-names=daily_rollup
```

Scheduled queries are identified by their display name.

## Learn more

See the [Paradime GCP BigQuery Transfer CLI](/developers/paradime-cli/gcp-bigquery-transfer-cli) for the full command and flag reference.


## Related topics

- [GCP BigQuery Data Transfer CLI](/developers/paradime-cli/gcp-bigquery-transfer-cli.md)
- [GCP BigQuery Transfer](/integrations/gcp-bigquery-transfer.md)
- [BigQuery](/products/settings/connections/development-environment/bigquery.md)
