You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gooddata-sdk/README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
1
# GoodData Python SDK
2
2
3
-
The `gooddata-sdk` package provides a clean and convenient Python API to interact with [GoodData.CN](https://www.gooddata.com/developers/cloud-native/).
3
+
The `gooddata-sdk` package provides a clean and convenient Python API to interact with [GoodData](https://www.gooddata.com/).
4
4
5
5
At the moment the SDK provides services to inspect and interact with the Semantic Model and consume analytics:
6
-
* Catalog Service
6
+
* Catalog Workspaces Service
7
+
* Catalog Workspace Content Service
8
+
* Catalog Data Source Service
9
+
* Catalog User Service
10
+
* Catalog Permission Service
11
+
* Catalog Organization Service
7
12
* Insights Service
8
13
* Compute Service
9
14
* Table Service
@@ -12,9 +17,7 @@ See [DOCUMENTATION](https://gooddata-sdk.readthedocs.io) for more details.
12
17
13
18
## Requirements
14
19
15
-
- GoodData.CN installation; either running on your cloud
16
-
infrastructure or the free Community Edition running on your workstation
17
-
20
+
- GoodData Cloud or GoodData.CN installation
18
21
- Python 3.7 or newer
19
22
20
23
## Installation
@@ -29,9 +32,9 @@ Compute an insight:
29
32
```python
30
33
import gooddata_sdk
31
34
32
-
# GoodData.CN host in the form of uri eg. "http://localhost:3000"
0 commit comments