From 37c5813f021540aff78fd108ca3c69100ad3c7cd Mon Sep 17 00:00:00 2001 From: Dan Homola Date: Wed, 21 May 2025 14:55:32 +0200 Subject: [PATCH 1/2] chore: rename the LICENSE file This reflects the fact that the flexfun has been renamed to flexconnect. JIRA: CQ-1124 risk: low --- ... (gooddata-flexfun).txt => LICENSE (gooddata-flexconnect).txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename OSS LICENSES/{LICENSE (gooddata-flexfun).txt => LICENSE (gooddata-flexconnect).txt} (100%) diff --git a/OSS LICENSES/LICENSE (gooddata-flexfun).txt b/OSS LICENSES/LICENSE (gooddata-flexconnect).txt similarity index 100% rename from OSS LICENSES/LICENSE (gooddata-flexfun).txt rename to OSS LICENSES/LICENSE (gooddata-flexconnect).txt From fb1c0159cee32bf3d137d742c7f9cad126fff7fa Mon Sep 17 00:00:00 2001 From: Dan Homola Date: Wed, 21 May 2025 15:01:08 +0200 Subject: [PATCH 2/2] docs: mention FlexConnect in the README JIRA: CQ-1124 risk: low --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c03202c1c..520a6b154 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,12 @@ create pandas series and data frames. Check out the GoodData Pandas [documentation](https://gooddata-pandas.readthedocs.io/en/latest/) to learn more and get started. +### GoodData FlexConnect + +The [gooddata-flexconnect](./gooddata-flexconnect) package is the foundation for writing custom FlexConnect data sources. + +Check out the GoodData FlexConnect [documentation](https://www.gooddata.com/docs/cloud/connect-data/create-data-sources/flexconnect/) to learn more and get started. + ### GoodData Foreign Data Wrapper > [!WARNING]