Google BigQuery Table Producer
Google BigQuery Producer allows to consume Flowagent based consumer operators. Flowagent based operator uses output string.flowagent.config, which can be connected to this operator.
Configuration Parameters
Parameter |
Type |
Description |
---|---|---|
Google BigQuery Connection | object | The object containing the connection parameters to a Google
BigQuery database.
|
Column delimiter | string | Delimiter used for columns in the source file. |
Mode | enum | Write mode.
Default: overwrite |
Source file | string | Full path name of the source Google Cloud Storage file. |
Source FILE type |
string |
File type of the source Google Cloud Storage file.
Default: CSV |
Target table name | string | The fully qualified name of target table to which content is written in <owner>.<table> format. |
Input
Input |
Type |
Description |
---|---|---|
inObjectName |
string |
Full path name of Google Cloud Storage file. It can be overwritten by Source name property, so the port can be used as a trigger |
Output
Output |
Type |
Description |
---|---|---|
outTableName |
string |
The fully qualified name of target table to which content is written |
outError |
string |
Operator error. If mapped, the operator error will be sent to the operator this port is mapped to and the graph will remain running. If not mapped, the graph will terminate with the operator error. |