Skip to content

Commit 18f5fd9

Browse files
authored
Merge pull request #1232 from janmatzek/SVS-1201-remove-the-sdk-methods-subclass-from-gooddata-pipelines
refactor(gooddata-pipelines): remove sdk wrappers
2 parents d9da27c + 7feb7b6 commit 18f5fd9

File tree

15 files changed

+112
-547
lines changed

15 files changed

+112
-547
lines changed

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

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

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.

0 commit comments

Comments
 (0)