Skip to main content
The Paradime SDK provides CLI commands to interact with the GCP BigQuery Data Transfer Service, allowing you to trigger BigQuery scheduled queries and list available scheduled queries with real-time monitoring capabilities.
🔑 API Access RequiredYou will need a GCP service account JSON key file with permissions to trigger and list BigQuery Data Transfer scheduled queries. The service account key file path and project ID can be provided as flags or set via environment variables.🔧 Configuration
  • Ensure the scheduled queries exist in the specified project and BigQuery Data Transfer location.
  • Confirm the service account has the necessary permissions to run and list scheduled queries.
  • Verify that the location matches where your scheduled queries are configured.

Trigger BigQuery Scheduled Queries

Trigger BigQuery scheduled queries by display name.

CLI Command

Options

Recommended SetupFor security and convenience, set your GCP credentials as environment variables:

Examples

List BigQuery Scheduled Queries

List all BigQuery scheduled queries.

CLI Command

Options

Usage Examples

Environment Variable Reference

Workflow Integration

These GCP BigQuery Data Transfer CLI commands are designed to integrate seamlessly into your data pipeline workflows. For more information about integrating them into your Paradime workflows, see the Bolt Schedules documentation.