Azure Table
Extract data from Azure Table Storage
Setup
Using sling conns
sling conns# Using connection string
$ sling conns set AZURE_TABLE type=azuretable conn_str="<connection_string>"
# Using account key
$ sling conns set AZURE_TABLE type=azuretable account_name=<account_name> account_key=<account_key>
# Using SAS token
$ sling conns set AZURE_TABLE type=azuretable account_name=<account_name> sas_token=<sas_token>Environment Variable
Sling Env File YAML
Examples
Extract data from Azure Table Storage
Incremental Loading
Working with Filters
Last updated
Was this helpful?