gooddata_sdk.table.TableService

class gooddata_sdk.table.TableService(api_client: gooddata_sdk.client.GoodDataApiClient)

Bases: object

The TableService provides a convenient way to drive computations and access the results in a tabular fashion.

Compared to the ComputeService, with this one here you do not have to worry about the layout of the result and do not have to have to work with execution response, access the data using paging.

The ExecutionTable returned by the TableService allows you to iterate over the rows of the calculated data.

__init__(api_client: gooddata_sdk.client.GoodDataApiClient) None

Methods

__init__(api_client)

for_insight(workspace_id, insight)

for_items(workspace_id, items[, filters])