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
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
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
6
* Workspaces Sevice
@@ -17,9 +17,7 @@ See [DOCUMENTATION](https://gooddata-sdk.readthedocs.io) for more details.
17
17
18
18
## Requirements
19
19
20
-
- GoodData.CN installation; either running on your cloud
21
-
infrastructure or the free Community Edition running on your workstation
22
-
20
+
- GoodData Cloud or GoodData.CN installation
23
21
- Python 3.7 or newer
24
22
25
23
## Installation
@@ -34,9 +32,9 @@ Compute an insight:
34
32
```python
35
33
import gooddata_sdk
36
34
37
-
# GoodData.CN host in the form of uri eg. "http://localhost:3000"
0 commit comments