BigQuery output
DescriptionThe BigQuery output transform writes data to a Google Cloud BigQuery table. On the local Hop engine it uses the BigQuery Java client’s streaming |
Supported Engines
|
Options
| Option | Description |
|---|---|
Transform name |
Name of the transform, this name has to be unique in a single pipeline. |
Project ID |
The Google Cloud Platform project. Leave blank to use the application-default project from |
Data set ID |
The BigQuery dataset ID. Must already exist. |
Table ID |
The BigQuery table ID. |
Create table if needed |
Create the table when it does not yet exist. The schema is derived from the input row meta (Hop type → BigQuery |
Truncate table |
Empty the table before writing. On the Hop engine this runs a |
Fail if the table is not empty |
Refuses to run if the target table already has rows. Mutually useful with |
|
BigQuery streaming inserts have their own quotas (10 000 rows / 10 MB per |