Google Cloud Storage Export

Upload data to Google Cloud Storage.

Properties

NameType
engineString=gcs:write
credentialsString
bucketString
pathString
encoderString

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