Skip to content

Commit

Permalink
Merge pull request gooddata#421 from hkad98/PSDK-163
Browse files Browse the repository at this point in the history
RELATED: PSDK-163 remove .CN occurrence from setup.py

Reviewed-by: Jan Kadlec
             https://github.com/hkad98
  • Loading branch information
gdgate authored Nov 13, 2023
2 parents f680ac2 + 5c240a3 commit 2d5d4a9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions gooddata-fdw/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# GoodData Foreign Data Wrapper

This project delivers PostgreSQL foreign data wrapper extension built on top of [multicorn](https://multicorn.org/).
The extension makes [GoodData.CN](https://www.gooddata.com/developers/cloud-native/) insights, computations and ad-hoc report data available in PostgreSQL as tables.
The extension makes [GoodData](https://www.gooddata.com/docs/cloud/) insights, computations and ad-hoc report data available in PostgreSQL as tables.
It can be selected like any other table using SQL language.

See [DOCUMENTATION](https://gooddata-fdw.readthedocs.io/en/latest/) for more details.

## Requirements

- [GoodData.CN](https://www.gooddata.com/developers/cloud-native/) installation; either running on your cloud
- [GoodData](https://www.gooddata.com/docs/cloud/) installation; either running on your cloud
infrastructure or the free Community Edition running on your workstation

- Python 3.7 or newer
- Python 3.8 or newer

- The GoodData.CN Foreign Data Wrapper is tested with the latest version of multicorn (1.4.0) and PostgreSQL 12
- The GoodData Cloud Foreign Data Wrapper is tested with the latest version of multicorn (1.4.0) and PostgreSQL 12

## Installation

Expand Down
2 changes: 1 addition & 1 deletion gooddata-fdw/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="gooddata-fdw",
description="GoodData.CN Foreign Data Wrapper For PostgreSQL",
description="GoodData Cloud Foreign Data Wrapper For PostgreSQL",
long_description=long_description,
long_description_content_type="text/markdown",
version="1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion gooddata-pandas/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="gooddata-pandas",
description="GoodData.CN to pandas",
description="GoodData Cloud to pandas",
long_description=long_description,
long_description_content_type="text/markdown",
version="1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion gooddata-sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="gooddata-sdk",
description="GoodData.CN Python SDK",
description="GoodData Cloud Python SDK",
long_description=long_description,
long_description_content_type="text/markdown",
version="1.8.0",
Expand Down

0 comments on commit 2d5d4a9

Please sign in to comment.