Google Cloud Storage Import

Import data from Google Cloud Storage.

Properties

NameType
engineString=gcs:read
credentialsString
bucketString
pathString
decoderString
schemaObject

engine

Must be gcs:read.

Required
Yes

credentials

JSON blob of your service account.

Required
Yes

bucket

Bucket name to read file from.

Required
Yes

path

The path from which to get the file on Google Cloud Storage.

Required
Yes

decoder

The format of the data. See Parsing Data for details.

Required
Yes
Enum
csv json ndjson msgpack protobuf parquet html xml regex

schema

Define a schema for the data.

Required
Yes