Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 591 Bytes

bigquery.md

File metadata and controls

8 lines (5 loc) · 591 Bytes

BigQuery

BigQuery Node

The BigQuery node provides an interface to the BigQuery data warehouse. It has configuration parameters which include the query to run and the name of the project to bill for usage. If the project id is not supplied, the application default credentials will be used.

When executed, if a query string is provided, that fixed string will be used. If no query string is provided, then msg.payload is expected to be a string which will then be used as the query to execute.

On return, an array of rows will be saved in msg.payload.