sdk.VisualizationService

Visualization Service allows retrieval of visualizations from a local GD workspace.

The visualizations are returned as instances of Visualization, which allows convenient introspection and necessary functions to convert the visualization into a form where it can be sent for computation. Note: the visualizations are created using GD Analytical Designer or using GoodData.UI SDK. They are stored as visualization objects with a free-form body. This body is specific for AD & SDK. The Visualization wrapper exists to take care of these discrepancies.

Properties

None

Methods

NameDescription
get_insight ( )None
get_insights ( )None
get_visualization ( workspace_id: str, visualization_id: str )Gets a single visualization from a workspace.
get_visualizations ( workspace_id: str )Gets all visualizations for a workspace.