BigQuery Table Input
Reads all records from a BigQuery table and outputs each row
Processing
The step outputs all rows from a given BigQuery table.
Settings
Name | Type | Description |
---|---|---|
Query | ||
OAuth |
dict |
The OAuth credentials to use. Only Google service account credentials are supported. Evaluated for each input row |
Dataset |
string |
The dataset to use. Evaluated for each input row |
Table |
string |
The table to read from. Evaluated for each input row |
Processing | ||
Page Size |
long |
This is how many rows the step requests per roundtrip to the server. Note that the server will usually impose its own limits based on response size. Set to Evaluated for each input row |
Start Index |
long |
The 0-based index of the first row to return. Evaluated for each input row |
Limit |
long |
Stops reading after the given amount of rows. Set to Evaluated for each input row |
Results
Name | Type | Description |
---|---|---|
record |
dict | A dict containing the current result record. |