service.ExportService

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

Properties

None

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, metadata: Dict[str, Any])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_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.
export_slides(workspace_id: str, request: SlidesExportRequest, store_path: Union[str, Path], timeout: float, retry: float, max_retry: float)Exports slides based on slide export request.