This documentation is for an older version of GoodData.
Go to the latest version of this article.
sdk.ExportService
ExportService provides the ability to export PDF and Tabular data from GoodData Dashboards.
Properties
Name | Description |
---|---|
organization_id | None |
Methods
Name | Description |
---|---|
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. |
get_organization ( ) | None |
layout_organization_folder ( ) | None |