BigQuery Export

Export data to Google BigQuery.

Properties

NameType
engineString=bigquery:export
projectString
datasetString
tableString
credentialsString
max_bad_recordsInteger
modeInteger

engine

Must be bigquery:export.

Required
Yes

project

The name of the Google Cloud project.

Required
Yes

dataset

The name of the BigQuery dataset.

Required
Yes

table

The name of the BigQuery table.

Required
Yes

credentials

JSON blob of your service account.

Required
Yes

max_bad_records

How many errors to allow before aborting.

Required
No
Default
5

mode

Mode specifies how existing data in a destination table is treated.

Required
No
Enum
Append Truncate Empty