Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 2.22 KB

File metadata and controls

39 lines (24 loc) · 2.22 KB

Build Python Package and Create Release docs tests codecov

GoodData.CN Python Foundations

This repository contains Python packages useful for integration with GoodData.CN.

Available packages

GoodData API Clients

API clients are generated directly from the GoodData.CN OpenAPI specifications and allow you to call any API from Python. Learn more about the clients in their dedicated readme.

GoodData Python SDK

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.

GoodData Foreign Data Wrapper

The gooddata-fdw package provides a way to map GoodData.CN semantic layer and/or insights stored in your GoodData.CN 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.

GoodData Pandas

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.

Contributing

If you would like to improve, extend or fix a feature in the repository, read and follow the Contributing guide.