libraryDependencies += "com.slamdata" %% "quasar-destination-avalanche" % <version>
The Avalanche destination uses Azure Blob Storage to stage files before loading. Its only means of authentication is Azure Active Directory. It has the following format:
{
"accountName": String,
"containerName": String,
"connectionUri": String,
"clusterPassword": String,
"credentials": Object
}
accountName
is the Azure storage account name to use.containerName
is the name of the container that will be used to stage files before loading into AvalancheconnectionUri
is the JDBC URI provided by ActianclusterPassword
is the password fordbuser
credentials
specifies the Azure Active Directory configuration
"credentials": {
"clientId": String,
"tenantId": String,
"clientSecret": String
}
clientId
also called "Application Id"tenantId
also called "Directory Id"clientSecret
provided by Azure Active Directory