You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,26 +16,26 @@ Python. Learn more about the clients in their [dedicated readme](./clients_READM
16
16
17
17
### GoodData Python SDK
18
18
19
-
The [gooddata-sdk](./gooddata-sdk) package provides a clean and convenient Python API to interact with GoodData.CN.
19
+
The [gooddata-sdk](./packages/gooddata-sdk) package provides a clean and convenient Python API to interact with GoodData.CN.
20
20
21
21
Check out the GoodData Python SDK [documentation](https://www.gooddata.com/docs/python-sdk) to learn more and get started.
22
22
23
23
### GoodData Pandas
24
24
25
-
The [gooddata-pandas](./gooddata-pandas) package is a thin layer that utilizes Python SDK and allows you to conveniently
25
+
The [gooddata-pandas](./packages/gooddata-pandas) package is a thin layer that utilizes Python SDK and allows you to conveniently
26
26
create pandas series and data frames.
27
27
28
28
Check out the GoodData Pandas [documentation](https://gooddata-pandas.readthedocs.io/en/latest/) to learn more and get started.
29
29
30
30
### GoodData Pipelines
31
31
32
-
The [gooddata-pipelines](./gooddata-pipelines/) package provides easy ways to manage the lifecycle of GoodData Cloud.
32
+
The [gooddata-pipelines](./packages/gooddata-pipelines/) package provides easy ways to manage the lifecycle of GoodData Cloud.
33
33
34
34
Check out the GoodData Pipelines [documentation](https://www.gooddata.com/docs/python-sdk/latest/pipelines-overview/) to learn more and get started.
35
35
36
36
### GoodData FlexConnect
37
37
38
-
The [gooddata-flexconnect](./gooddata-flexconnect) package is the foundation for writing custom FlexConnect data sources.
38
+
The [gooddata-flexconnect](./packages/gooddata-flexconnect) package is the foundation for writing custom FlexConnect data sources.
39
39
40
40
Check out the GoodData FlexConnect [documentation](https://www.gooddata.com/docs/cloud/connect-data/create-data-sources/flexconnect/) to learn more and get started.
41
41
@@ -44,7 +44,7 @@ Check out the GoodData FlexConnect [documentation](https://www.gooddata.com/docs
44
44
> [!WARNING]
45
45
> GoodData Foreign Data Wrapper is currently deprecated.
46
46
47
-
The [gooddata-fdw](./gooddata-fdw) package provides a way
47
+
The [gooddata-fdw](./packages/gooddata-fdw) package provides a way
48
48
to map GoodData Cloud semantic layer and/or visualizations stored in your GoodData Cloud
49
49
into PostgreSQL as foreign tables that you can then query using SQL.
0 commit comments