Function: databricksFetch()
databricksFetch(
client,path,init):Promise<Response>
Resolve the workspace host + an authenticated header set off the
client and issue a fetch against path (mounted on the host).
Runs as whatever identity the client carries - the per-request OBO
user when called from a request scope, the service principal
otherwise.
Parameters
Section titled “Parameters”client
Section titled “client”WorkspaceClient$1
string
Returns
Section titled “Returns”Promise<Response>