Versioning
GoodData.CN 2.0 introduced API versioning. All API calls must be made using a specific API version. In practice this means API calls that used to look like .../api/entities/*
must be updated to reference the API version .../api/v1/entities/*
.
GoodData.CN versions 1.7 and older do not make use of versioned API. Do not use /v1
in these versions.
Use the following version compatibility matrix for reference:
unversioned API | API v1 | |
---|---|---|
GoodData.CN 1.7 and older | ✔️ | ❌ |
GoodData.CN 2.0 | ❌ | ✔️ |
Python SDKs
Python SDKs make use of the GoodData API. Ensure that the version of the Python SDK you are using is compatible with your GoodData deployment and its API version.
Use the following version compatibility matrix for reference:
unversioned API | API v1 | |
---|---|---|
gooddata-sdk 0.8 and older | ✔️ | ❌ |
gooddata-fdw | ✔️ | ❌ |
gooddata-pandas | ✔️ | ❌ |