mssparkutils.credentials.getConnectionStringOrCreds {notebookutils}R Documentation

Take linked service name as input and return connection string or credentials depending on the configuration of the linked service.

Description

Take linked service name as input and return connection string or credentials depending on the configuration of the linked service.

Usage

mssparkutils.credentials.getConnectionStringOrCreds(linkedService)

Arguments

linkedService

Linked service name.

Value

A empty string used to mimic credentials returned by azure synapse runtime for linkedService.

Examples

mssparkutils.credentials.getConnectionStringOrCreds('AzureDataLakeStorage1')


[Package notebookutils version 1.5.3 Index]