Google BigQuery

Discover more about the Google BigQuery connector and how to use it on the Digibee Integration Platform.

Important information:

  • This documentation is currently available only in English but will soon be translated into Portuguese.

  • The content is under revision and may change. We appreciate your understanding as we work to improve the documentation.

Google BigQuery data warehouse for analytics.

Parameters

Take a look at the configuration options for the component. Parameters supported by Double Braces expressions are marked with (DB).

Required Tab

ParameterDescriptionDefault valueData type

Dynamic Account

When activated, the connector will use the account dynamically. When deactivated, it’ll use the account statically.

false

boolean

Account Name (DB)

The name of the account that is generated dynamically via the Store Account connector.

string

Account

Sets the account to be used by the connector.

N/A

account

Project Id (DB)

Google Cloud Project Id

N/A

string

Dataset Id (DB)

BigQuery Dataset Id

N/A

string

Fail On Error

If true will stop pipeline with an error, if false will let the pipeline continue but the output will show a property success with value false

false

boolean

Optional Tab

ParameterDescriptionDefault valueData type

Table Id (DB)

BigQuery table id

N/A

string

Use As Insert Id (DB)

Field name to use as insert id

N/A

string

Headers Tab

ParameterDescriptionDefault valueData type

CamelGoogleBigQueryTableSuffix (DB)

Table suffix to use when inserting data

N/A

string

CamelGoogleBigQueryTableId (DB)

Table id where data will be submitted. If specified will override endpoint configuration

N/A

string

CamelGoogleBigQueryInsertId (DB)

InsertId to use when inserting data

N/A

string

CamelGoogleBigQueryPartitionDecorator (DB)

Partition decorator to indicate partition to use when inserting data

N/A

string

Successful executions should output at least a property "success": true

Last updated