gooddata-sdk


Namegooddata-sdk JSON
Version 1.54.0 PyPI version JSON
download
home_pageNone
SummaryGoodData Cloud Python SDK
upload_time2025-10-30 13:53:41
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords analytics api business cloud gooddata headless headless-bi intelligence layer metrics native sdk semantic sql
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GoodData Python SDK

The `gooddata-sdk` package provides a clean and convenient Python API to interact with [GoodData](https://www.gooddata.com/).

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
* Visualizations Service
* Compute Service
* Table Service

See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.54.0) 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:
```python
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](https://github.com/gooddata/gooddata-python-sdk/issues) to submit bugs
or request features.

## Changelog

See  [Github releases](https://github.com/gooddata/gooddata-python-sdk/releases) for released versions
and a list of changes.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "gooddata-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "analytics, api, business, cloud, gooddata, headless, headless-bi, intelligence, layer, metrics, native, sdk, semantic, sql",
    "author": null,
    "author_email": "GoodData <support@gooddata.com>",
    "download_url": "https://files.pythonhosted.org/packages/77/3a/7f79aad56ef7793f3306f3c6bacfbcdac7fa13fa542aa80686d36794703f/gooddata_sdk-1.54.0.tar.gz",
    "platform": null,
    "description": "# GoodData Python SDK\n\nThe `gooddata-sdk` package provides a clean and convenient Python API to interact with [GoodData](https://www.gooddata.com/).\n\nAt the moment the SDK provides services to inspect and interact with the Semantic Model and consume analytics:\n* Catalog Workspaces Service\n* Catalog Workspace Content Service\n* Catalog Data Source Service\n* Catalog User Service\n* Catalog Permission Service\n* Catalog Organization Service\n* Visualizations Service\n* Compute Service\n* Table Service\n\nSee [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.54.0) for more details.\n\n## Requirements\n\n-  GoodData Cloud or GoodData.CN installation\n-  Python 3.10 or newer\n\n## Installation\n\nRun the following command to install the `gooddata-sdk` package on your system:\n\n    pip install gooddata-sdk\n\n## Example\n\nCompute an visualization:\n```python\nimport gooddata_sdk\n\n# GoodData host in the form of uri\nhost = \"http://localhost:3000\"\n# GoodData user token\ntoken = \"some_user_token\"\nsdk = gooddata_sdk.GoodDataSdk.create(host, token)\n\nworkspace_id = \"demo\"\nvisualization_id = \"customers_trend\"\n# reads visualization from workspace\nvisualization = sdk.visualizations.get_visualization(workspace_id, visualization_id)\n# triggers computation for the visualization. the result will be returned in a tabular form\ntable = sdk.tables.for_visualization(workspace_id, visualization)\n\n# and this is how you can read data row-by-row and do something with it\nfor row in table.read_all():\n    print(row)\n```\n\n\n## Bugs & Requests\n\nPlease use the [GitHub issue tracker](https://github.com/gooddata/gooddata-python-sdk/issues) to submit bugs\nor request features.\n\n## Changelog\n\nSee  [Github releases](https://github.com/gooddata/gooddata-python-sdk/releases) for released versions\nand a list of changes.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "GoodData Cloud Python SDK",
    "version": "1.54.0",
    "project_urls": {
        "Documentation": "https://www.gooddata.com/docs/python-sdk/1.54.0",
        "Source": "https://github.com/gooddata/gooddata-python-sdk"
    },
    "split_keywords": [
        "analytics",
        " api",
        " business",
        " cloud",
        " gooddata",
        " headless",
        " headless-bi",
        " intelligence",
        " layer",
        " metrics",
        " native",
        " sdk",
        " semantic",
        " sql"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "681b727b02e49410472d963bdf167a25eb310127b2572a676b873dda714f929c",
                "md5": "bcc854a5e03d0f674f970a263c98b8c8",
                "sha256": "ee4315421a01adc50dbb9d47abe46f1f06113d1f2b7a5c3a9c03b1cff95e58d1"
            },
            "downloads": -1,
            "filename": "gooddata_sdk-1.54.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bcc854a5e03d0f674f970a263c98b8c8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 182721,
            "upload_time": "2025-10-30T13:53:35",
            "upload_time_iso_8601": "2025-10-30T13:53:35.447772Z",
            "url": "https://files.pythonhosted.org/packages/68/1b/727b02e49410472d963bdf167a25eb310127b2572a676b873dda714f929c/gooddata_sdk-1.54.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "773a7f79aad56ef7793f3306f3c6bacfbcdac7fa13fa542aa80686d36794703f",
                "md5": "3c5f0894f89b69e797eb43a6a63809e2",
                "sha256": "8055e293ef8d40711379d5eb282f10a5285d9b84dcf8b3c74ba49ae57c907f96"
            },
            "downloads": -1,
            "filename": "gooddata_sdk-1.54.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3c5f0894f89b69e797eb43a6a63809e2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 910214,
            "upload_time": "2025-10-30T13:53:41",
            "upload_time_iso_8601": "2025-10-30T13:53:41.479093Z",
            "url": "https://files.pythonhosted.org/packages/77/3a/7f79aad56ef7793f3306f3c6bacfbcdac7fa13fa542aa80686d36794703f/gooddata_sdk-1.54.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-30 13:53:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gooddata",
    "github_project": "gooddata-python-sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gooddata-sdk"
}
        
Elapsed time: 1.78240s