BigQuery Export
Export data to Google BigQuery.
Properties
| Name | Type | |
|---|---|---|
| engine | String=bigquery:export | |
| project | String | |
| dataset | String | |
| table | String | |
| credentials | String | |
| max_bad_records | Integer | |
| mode | Integer | |
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
-
AppendTruncateEmpty