BigQuery Query

Query a Google BigQuery table.

Properties

NameType
engineString=bigquery:query
projectString
credentialsString
queryString
schemaObject

engine

Must be bigquery:query.

Required
Yes

project

The name of the Google Cloud project.

Required
Yes

credentials

JSON blob of your service account.

Required
Yes

query

The SQL query to retrieve the data.

Required
Yes

schema

Define the schema of the data, entering the field name returned by the SQL query into `Source`.

Required
Yes