Skip to content

Commit a73a618

Browse files
authored
.CN -> .CN&Cloud
1 parent dc1dd8c commit a73a618

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

gooddata-sdk/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GoodData Python SDK
22

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/).
44

55
At the moment the SDK provides services to inspect and interact with the Semantic Model and consume analytics:
66
* Workspaces Sevice
@@ -17,9 +17,7 @@ See [DOCUMENTATION](https://gooddata-sdk.readthedocs.io) for more details.
1717

1818
## Requirements
1919

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
2321
- Python 3.7 or newer
2422

2523
## Installation
@@ -34,9 +32,9 @@ Compute an insight:
3432
```python
3533
import gooddata_sdk
3634

37-
# GoodData.CN host in the form of uri eg. "http://localhost:3000"
35+
# GoodData host in the form of uri
3836
host = "http://localhost:3000"
39-
# GoodData.CN user token
37+
# GoodData user token
4038
token = "some_user_token"
4139
sdk = gooddata_sdk.GoodDataSdk.create(host, token)
4240

0 commit comments

Comments
 (0)