BigQueryResourceClient allows you to execute SQL queries against Google BigQuery datasets, explore schemas, and retrieve table metadata.
Usage
Inputs
Theinvoke method accepts the following arguments:
The SQL query string to execute.
An array of values for parameterized queries.
A unique identifier for this operation, used for tracing and logging.
Optional timeout in milliseconds for the query execution.
Outputs
On success (ok: true), the result object contains:
Discriminator for the response type.
An array of objects representing the rows returned by the query.
The number of rows affected by the query.