GoodData Cloud Python SDK
Project description
GoodData Python SDK
The gooddata-sdk package provides a clean and convenient Python API to interact with GoodData.
At the moment the SDK provides services to inspect and interact with the Semantic Model and consume analytics:
- Catalog Workspaces Service
- Catalog Workspace Content Service
- Catalog Data Source Service
- Catalog User Service
- Catalog Permission Service
- Catalog Organization Service
- Catalog Appearance Service
- Visualizations Service
- Compute Service
- Table Service
See DOCUMENTATION for more details.
Requirements
- GoodData Cloud or GoodData.CN installation
- Python 3.10 or newer
Installation
Run the following command to install the gooddata-sdk package on your system:
pip install gooddata-sdk
Example
Compute an visualization:
import gooddata_sdk
# GoodData host in the form of uri
host = "http://localhost:3000"
# GoodData user token
token = "some_user_token"
sdk = gooddata_sdk.GoodDataSdk.create(host, token)
workspace_id = "demo"
visualization_id = "customers_trend"
# reads visualization from workspace
visualization = sdk.visualizations.get_visualization(workspace_id, visualization_id)
# triggers computation for the visualization. the result will be returned in a tabular form
table = sdk.tables.for_visualization(workspace_id, visualization)
# and this is how you can read data row-by-row and do something with it
for row in table.read_all():
print(row)
Bugs & Requests
Please use the GitHub issue tracker to submit bugs or request features.
Changelog
See Github releases for released versions and a list of changes.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gooddata_sdk-1.66.1.dev1.tar.gz.
File metadata
- Download URL: gooddata_sdk-1.66.1.dev1.tar.gz
- Upload date:
- Size: 862.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ad56f53a63225ee2927907b7fb855ca90f96773bfe3e4ef2b6e85c6a0c4ed37
|
|
| MD5 |
220a834ce825ca57843b87d63223d60c
|
|
| BLAKE2b-256 |
3c0a6719bc99cd6c039fbc95a3ea42a63984537f88028b3b9d8708d58419468a
|
Provenance
The following attestation bundles were made for gooddata_sdk-1.66.1.dev1.tar.gz:
Publisher:
dev-release.yaml on gooddata/gooddata-python-sdk
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gooddata_sdk-1.66.1.dev1.tar.gz -
Subject digest:
2ad56f53a63225ee2927907b7fb855ca90f96773bfe3e4ef2b6e85c6a0c4ed37 - Sigstore transparency entry: 1578860354
- Sigstore integration time:
-
Permalink:
gooddata/gooddata-python-sdk@e1d6ad4b2ef286c1a8718b14846c24dfe4adc3bc -
Branch / Tag:
refs/heads/master - Owner: https://github.com/gooddata
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
dev-release.yaml@e1d6ad4b2ef286c1a8718b14846c24dfe4adc3bc -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file gooddata_sdk-1.66.1.dev1-py3-none-any.whl.
File metadata
- Download URL: gooddata_sdk-1.66.1.dev1-py3-none-any.whl
- Upload date:
- Size: 198.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e90b1a2af9f920986fbce6d895805633a523d86c369c111874a3d30eff4bc0af
|
|
| MD5 |
77e6e9c09b9073aacdc1eee5f75b429c
|
|
| BLAKE2b-256 |
f18f72447c5faffb166ad462efc23b11205772aa5c6ce959dd155f3aea267c2d
|
Provenance
The following attestation bundles were made for gooddata_sdk-1.66.1.dev1-py3-none-any.whl:
Publisher:
dev-release.yaml on gooddata/gooddata-python-sdk
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gooddata_sdk-1.66.1.dev1-py3-none-any.whl -
Subject digest:
e90b1a2af9f920986fbce6d895805633a523d86c369c111874a3d30eff4bc0af - Sigstore transparency entry: 1578860714
- Sigstore integration time:
-
Permalink:
gooddata/gooddata-python-sdk@e1d6ad4b2ef286c1a8718b14846c24dfe4adc3bc -
Branch / Tag:
refs/heads/master - Owner: https://github.com/gooddata
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
dev-release.yaml@e1d6ad4b2ef286c1a8718b14846c24dfe4adc3bc -
Trigger Event:
workflow_dispatch
-
Statement type: