import { loadDataLakeClient } from "https://deno.land/x/fathym_everything_as_code@v0.1.63-integration/src/azure/data-lake.ts";
Loads a Data Lake client for the given account and credentials.
Parameters
creds: TokenCredential
The authentication credentials to use for the Data Lake account.
Returns
Promise<DataLakeServiceClient>
A Promise that resolves to the Data Lake client.
Loads a Data Lake client for the given account, credentials, and resource group.
Parameters
loadEaC: (entLookup: string) => Promise<EverythingAsCodeClouds>
The function to load Everything As Code for the Data Lake account.
Returns
Promise<DataLakeServiceClient>
A Promise that resolves to the Data Lake client.