Skip to main content
Skip table of contents

Google BigQuery - Execute Query

Overview

Execute any Standard SQL query against a Google BigQuery database. Perfect for creating multi-step SQL jobs, executing DML statements, or running scheduled queries.

Variables

NameReferenceTypeRequiredDefaultOptionsDescription
QueryBIGQUERY_QUERYAlphanumericNone-Standard SQL query to be executed against BigQuery. Does not support Legacy SQL.
Service AccountGOOGLE_APPLICATION_CREDENTIALSPasswordNone-JSON from a Google Cloud Service account key.
Project IDBIGQUERY_PROJECTAlphanumeric--
LocationBIGQUERY_LOCATIONAlphanumeric--

YAML

Below is the YAML template

YAML

source:
  template: Google BigQuery - Execute Query
  inputs:
    BIGQUERY_QUERY:
    GOOGLE_APPLICATION_CREDENTIALS:
    BIGQUERY_PROJECT:
    BIGQUERY_LOCATION:
  type: TEMPLATE
guardrails:
  retry_count: 1
  retry_wait: 0h0m0s
  runtime_cutoff: 1h0m0s
  exclude_exit_code_ranges:
    - 102
    - 200
    - 203
    - 205

      
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.