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.
VisualizationService.
get_visualization
get_visualization(workspace_id: str, visualization_id: str, timeout: int | float | tuple) ->
Visualization
Gets a single visualization from a workspace.
Parameters
name | type | description |
---|---|---|
workspace_id | str | Workspace identification string e.g. "demo" |
visualization_id | str | Visualization identifier string e.g. "bikes" |
timeout | int | float | tuple | Timeout in seconds for the request. If a tuple is provided, the first element is the connect timeout and the second element is the read timeout. If a single value is provided, it is used as both connect and read timeout. If None, the default timeout is used. |
Returns
type | description |
---|---|
Visualization | A single visualization object contains side loaded metadata about the entities it references |