Skip to main content
Go to Latest
function loadDataLakeClient
import { loadDataLakeClient } from "https://deno.land/x/fathym_everything_as_code@v0.1.47-fluent-builder/src/azure/data-lake.ts";

Loads a Data Lake client for the given account and credentials.

Parameters

account: string

The Data Lake account to connect to.

The authentication credentials to use for the Data Lake account.

Returns

A Promise that resolves to the Data Lake client.

Loads a Data Lake client for the given account, credentials, and resource group.

Parameters

entLookup: string

The enterprise lookup for the Data Lake account.

cloudLookup: string

The cloud lookup for the Data Lake account.

resGroupLookup: string

The resource group lookup for the Data Lake account.

resLookups: string[]

The resource lookups for the Data Lake account.

loadEaC: (entLookup: string) => Promise<EverythingAsCodeClouds>

The function to load Everything As Code for the Data Lake account.

optional
svcSuffix: string

(optional) The service suffix for the Data Lake account.

Returns

A Promise that resolves to the Data Lake client.