singlestoredb.management.workspace.WorkspaceManager.create_starter_workspace

WorkspaceManager.create_starter_workspace(name: str, database_name: str, workspace_group: dict[str, str]) StarterWorkspace

Create a new starter (shared tier) workspace.

Parameters:
  • name (str) – Name of the starter workspace

  • database_name (str) – Name of the database for the starter workspace

  • workspace_group (dict[str, str]) – Workspace group input (dict with keys: ‘cell_id’)

Return type:

StarterWorkspace