Skip to content

Commit 059e3d6

Browse files
committed
refactor(gooddata-pipelines): remove sdk wrappers
1 parent c0c5d87 commit 059e3d6

File tree

14 files changed

+112
-548
lines changed

14 files changed

+112
-548
lines changed

packages/gooddata-pipelines/src/gooddata_pipelines/api/gooddata_api_wrapper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
from gooddata_sdk.sdk import GoodDataSdk
66

77
from gooddata_pipelines.api.gooddata_api import ApiMethods
8-
from gooddata_pipelines.api.gooddata_sdk import SdkMethods
98

109

1110
# TODO: Refactor the GoodDataApi class to use composition instead of inheritance.
12-
class GoodDataApi(SdkMethods, ApiMethods):
11+
class GoodDataApi(ApiMethods):
1312
"""Wrapper class for the GoodData Cloud API.
1413
1514
This class combines interactions with the GoodData Python SDK and direct API

packages/gooddata-pipelines/src/gooddata_pipelines/api/gooddata_sdk.py

Lines changed: 0 additions & 374 deletions
This file was deleted.

0 commit comments

Comments
 (0)