Google Cloud Storage Export
Upload data to Google Cloud Storage.
Properties
Name | Type | |
---|---|---|
engine | String=gcs:write | |
credentials | String | |
bucket | String | |
path | String | |
encoder | String |
engine
Must be gcs:write
.
- Required
- Yes
credentials
JSON blob of your service account.
- Required
- Yes
bucket
Bucket name to store file in.
- Required
- Yes
path
The path at which to create the file on Google Cloud Storage. If the file already exists it will be overwritten.
- Required
- Yes
encoder
The format of the data.
- Required
- Yes
- Enum
-
csv
json
ndjson
msgpack
parquet