Skip to content

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.

WorkspaceClient$1

string

DatabricksFetchInit

Promise<Response>