GoodData Cloud Foreign Data Wrapper For PostgreSQL


Keywords
gooddata, fdw, postgresql, analytics, headless, business, intelligence, headless-bi, cloud, native, semantic, layer, sql, metrics
License
MIT
Install
pip install gooddata-fdw==1.19.0

Documentation

Build Python Package and Create Release docs tests codecov

GoodData Cloud Python Foundations

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

Available packages

GoodData API Client

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.

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 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.

GoodData Foreign Data Wrapper

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.

Contributing

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