catalog_workspace.

get_workspace

get_workspace(workspace_id: str)

Gets an individual workspace.

Parameters

nametypedescription
workspace_idstringWorkspace identification string e.g. "demo"

Returns

typedescription
CatalogWorkspaceCatalog workspace object containing structure of the workspace.

Example

# Get workspace
workspace = sdk.catalog_workspace.get_workspace(workspace_id="123")