Skip to content

Function: getWorkspaceUrl()

getWorkspaceUrl(): Promise<UrlBuilderImpl | undefined>

Resolve the current workspace host as a net.UrlBuilder: the workspace Config host first, then the DATABRICKS_HOST env var, else undefined.

Promise<UrlBuilderImpl | undefined>