BigQuery Query
Query a Google BigQuery table.
Properties
| Name | Type | |
|---|---|---|
| engine | String=bigquery:query | |
| project | String | |
| credentials | String | |
| query | String | |
| schema | Object | |
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