ABFS
Azure BlobFS Data Connector Documentation
datasets:
- from: abfs://foocontainer/taxi_sample.csv
name: azure_test
params:
abfs_account: spiceadls
abfs_access_key: ${ secrets:access_key }
file_format: csvConfiguration
from
fromname
nameparams
paramsBasic parameters
Parameter name
Description
Authentication parameters
Parameter name
Description
Retry parameters
Parameter name
Description
Authentication
Service principal authentication
Access key authentication
Supported file formats
Examples
Reading a CSV file with an Access Key
Using Public Containers
Connecting to the Storage Emulator
Using secrets for Account name
Authenticating using Client Authentication
Last updated
Was this helpful?