This documentation is for the unstable version of GoodData, currrently in development.
For stable version, go to the latest stable version of this article.
For stable version, go to the latest stable version of this article.
catalog_workspace.
get_workspace
get_workspace(workspace_id: str)
Gets an individual workspace.
Parameters
| name | type | description |
|---|---|---|
| workspace_id | string | Workspace identification string e.g. "demo" |
Returns
| type | description |
|---|---|
| CatalogWorkspace | Catalog workspace object containing structure of the workspace. |
Example
# Get workspace
workspace = sdk.catalog_workspace.get_workspace(workspace_id="123")