sdk.ExportService

ExportService provides the ability to export PDF and Tabular data from GoodData Dashboards.

Properties

NameDescription
organization_idNone

Methods

NameDescription
export_pdf ( workspace_id: str, dashboard_id: str, file_name: str, store_path: Union[str, Path], timeout: float, retry: float, max_retry: float )Export a PDF of the specified GoodData Dashboard and save it to the specified file path.
export_tabular ( workspace_id: str, export_request: ExportRequest, store_path: Union[str, Path], timeout: float, retry: float, max_retry: float )Export Tabular (CSV, XLSX) data from the specified GoodData Dashboard report, saved to the specified file path.
export_tabular_by_insight_id ( )None
export_tabular_by_visualization_id ( workspace_id: str, visualization_id: str, file_format: str, file_name: Optional[str], settings: Optional[ExportSettings], store_path: Union[str, Path], timeout: float, retry: float, max_retry: float )Exports the tabular data of a particular visualization id.
get_organization ( )None
layout_organization_folder ( )None