Skip to content

Commit 43dcf9d

Browse files
committed
refactor(gooddata-pipelines): remove sdk wrappers
1 parent 81da27b commit 43dcf9d

File tree

14 files changed

+112
-506
lines changed

14 files changed

+112
-506
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 & 332 deletions
This file was deleted.

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

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

0 commit comments

Comments
 (0)