Google Cloud Storage Import
Import data from Google Cloud Storage.
Properties
Name | Type | |
---|---|---|
engine | String=gcs:read | |
credentials | String | |
bucket | String | |
path | String | |
decoder | String | |
schema | Object |
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