gooddata_sdk.compute.model.execution.Execution

class gooddata_sdk.compute.model.execution.Execution(actions_api: ActionsApi, workspace_id: str, exec_def: ExecutionDefinition, response: AfmExecutionResponse)

Bases: object

An envelope class holding execution related classes:
  • exec_def ExecutionDefinition

  • bare_exec_response BareExecutionResponse

__init__(actions_api: ActionsApi, workspace_id: str, exec_def: ExecutionDefinition, response: AfmExecutionResponse)

Methods

__init__(actions_api, workspace_id, ...)

read_result(limit[, offset])

Attributes

bare_exec_response

dimensions

exec_def

result_id

workspace_id