Skip to content

Commit 9cbe699

Browse files
committed
fix: add missing Execution export
The Execution class needs to be exported by gooddata_sdk, so that users can hold a reference to it in a type-safe way. JIRA: CQ-1124 risk: low
1 parent 3d4cd5a commit 9cbe699

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gooddata-sdk/gooddata_sdk/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@
231231
from gooddata_sdk.compute.model.base import ExecModelEntity, ObjId
232232
from gooddata_sdk.compute.model.execution import (
233233
BareExecutionResponse,
234+
Execution,
234235
ExecutionDefinition,
235236
ExecutionResponse,
236237
ExecutionResult,

0 commit comments

Comments
 (0)