Function: getCurrentUserName()
getCurrentUserName(
client?):Promise<string>
Current Databricks username for workspace home paths
(/Workspace/Users/<userName>).
Prefers userName on the AppKit execution context when set, otherwise
calls currentUser.me() on client (or getWorkspaceClient).
Parameters
Section titled “Parameters”client?
Section titled “client?”WorkspaceClient
Returns
Section titled “Returns”Promise<string>