This repository contains Python packages useful for integration with GoodData Cloud.
API client is generated directly from the Good Data Cloud OpenAPI specifications and allow you to call any API from Python. Learn more about the clients in their dedicated readme.
The gooddata-sdk package provides a clean and convenient Python API to interact with GoodData.CN.
Check out the GoodData Python SDK documentation to learn more and get started.
The gooddata-pandas package is a thin layer that utilizes Python SDK and allows you to conveniently create pandas series and data frames.
Check out the GoodData Pandas documentation to learn more and get started.
Warning
GoodData Foreign Data Wrapper is currently deprecated.
The gooddata-fdw package provides a way to map GoodData Cloud semantic layer and/or insights stored in your GoodData Cloud into PostgreSQL as foreign tables that you can then query using SQL.
Check out the GoodData Foreign Data Wrapper documentation to learn more and get started.
If you would like to improve, extend or fix a feature in the repository, read and follow the Contributing guide.