Skip to main content
Version: v2.10.0

View / Update Workspace

View Workspace

To view your Workspaces, select Workspaces in the Yeedu navigation panel. The list shows the Workspaces you've access to, with the creator, the last-modification timestamp, and the number of Jobs and Notebooks in each. Click a Workspace name to open it.

The list page is served from:

/tenant/<tenantId>/workspaces?tab=active&page=1&limit=20

workspaces-list

Toolbar and filter pills

The toolbar carries a Search By Workspace Name box with a search icon on the left. On the right are three filter pills, each showing a live count of the Workspaces in that state. The pill you pick is reflected in the tab query parameter, which makes a filtered list a shareable URL: tab=all, tab=active or tab=inactive, sitting alongside the page and limit parameters already in the address bar.

PillQuery parameterShows
Alltab=allEvery Workspace in the tenant, active and inactive.
Activetab=active (default)Only Workspaces currently active.
Inactivetab=inactiveOnly Workspaces that have been made inactive.
note

The counts on the pills are instance-specific, so don't take ours as a baseline. Read them from your own screen. On our demo instance the pills read All 75, Active 3, and Inactive 72.

Columns

ColumnDescription
IDNumeric Workspace identifier. Sortable.
Workspace NameName of the Workspace, rendered as a link. Sortable.
JobsNumber of Jobs in the Workspace. Sortable.
NotebooksNumber of Notebooks in the Workspace. Sortable.
Created ByUser who created the Workspace. Sortable.
Modified ByUser who last modified the Workspace. Sortable.
Created TimeCreation timestamp. Sortable.
Modified TimeLast-modification timestamp. Sortable.
ActionsRow menu (⋮) — Edit, Inactive / Active, Import, Export.

Clicking Workspace Name opens the Workspace and lands on the Runs tab.

Workspace Tabs

Opening a Workspace shows the breadcrumb Workspaces ❯ <workspace name> above a bar of seven tabs, in this order:

Runs | Notebooks | Jobs | Files | JDBC | Access Management | Secrets

TabWhat it contains
RunsWorkspace statistics tiles and the run history for every Job and Notebook in the Workspace. See Workspace Runs.
NotebooksThe Notebooks list for this Workspace, and the + Notebook button.
JobsThe Jobs list for this Workspace, and the + Job button.
FilesThe Workspace file manager — upload, create, edit, and organise files, folders, Git folders, and Notebooks. See Files in Workspace.
JDBCJDBC / Thrift server connection details for the Workspace. See Workspace JDBC, Access Management, and Secrets.
Access ManagementPer-Workspace user and group permissions.
SecretsWorkspace-scoped secrets.

Tab routes

TabRoute
Runs/workspace/<id>/runs?pageNumber=1&limit=20
Files/workspace/<id>/workspace-files/root
JDBC/workspace/<id>/jdbc?page=1&limit=20
Access Management/workspace/<id>/workspace-access-management?workspaceId=<id>
Secrets/workspace/<id>/secrets
warning

You can't guess the routes from the tab labels. Files resolves to workspace-files/root, and Access Management resolves to workspace-access-management with the Workspace id repeated as a workspaceId query parameter. We would navigate by clicking the tabs rather than by typing or guessing URLs.

Update Workspace

Edit in the row Actions (⋮) menu reopens the Workspace dialog with the Workspace Name and Description fields populated. The primary button reads Update and stays disabled until something changes, and until it does its tooltip reads No changes to update.

note

We require MANAGE permission on a Workspace before it can be updated. Edit appears in the menu only for Workspaces that are Active.

workspace-edit-update


Workspace Permission Matrix

AbilityMANAGEEDITRUNVIEW
Workspace Access Management
Update the Workspace, or make it Active / Inactive
Import into the Workspace
Create or update Job and Notebook configurations
Make a Job or Notebook Active / Inactive
Run or stop a Job or Notebook
Read Job and Notebook configurations and run history