Azure Blob Storage Import

Import data from Azure Blob Storage.

Properties

NameType
engineString=azureblob:read
credentialsObject
containerString
pathString
decoderString
schemaObject

engine

Must be azureblob:read.

Required
Yes

credentials

The Azure credentials.

Required
Yes

Properties

NameType
account_nameString
account_keyString

credentials.account_name

Account name to authenticate with.

Required
Yes

credentials.account_key

Account key to authenticate with.

Required
Yes

container

The name of the Azure Blob Storage container.

Required
Yes

path

The path from which to get the file.

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