Skip to content

Commit 59a571f

Browse files
Merge pull request #1243 from gooddata/snapshot-master-18f5fd94-to-rel/dev
[bot] Merge master/18f5fd94 into rel/dev
2 parents b6babec + 18f5fd9 commit 59a571f

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)