Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .openapi-generator/configs/gooddata-api-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ infoName: "GoodData (generated by OpenAPI Generator)"
infoEmail: "support@gooddata.com"
projectName: gooddata-api-client
packageName: gooddata_api_client
packageVersion: 1.56.0
packageVersion: 1.57.0
library: urllib3
additionalProperties:
licenseInfo: "MIT"
Expand Down
10 changes: 5 additions & 5 deletions docs/config/production/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ dirpath = "dev"
url = "/dev/"
sitemapExclude = true
[[versions]]
version = "1.56"
version = "1.57"
dirpath = "latest"
url = "/latest/"
[[versions]]
version = "1.56"
dirpath = "1.56"
url = "/1.56/"
[[versions]]
version = "1.55"
dirpath = "1.55"
url = "/1.55/"
[[versions]]
version = "1.54"
dirpath = "1.54"
url = "/1.54/"
[[versions]]
version = "1.53"
dirpath = "1.53"
url = "/1.53/"
5 changes: 3 additions & 2 deletions docs/layouts/index.redir
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Redirect homepage to the latest version
/ {{ .Site.BaseURL }}/latest/ 301!
/docs/ {{ .Site.BaseURL }}/latest/ 301!
/1.56/ {{ .Site.BaseURL }}/latest 301!
/1.56.0/ {{ .Site.BaseURL }}/latest 301!
/1.57/ {{ .Site.BaseURL }}/latest 301!
/1.57.0/ {{ .Site.BaseURL }}/latest 301!
/1.56.0/ {{ .Site.BaseURL }}/1.56 301!
/1.55.0/ {{ .Site.BaseURL }}/1.55 301!
/1.54.0/ {{ .Site.BaseURL }}/1.54 301!
/1.53.0/ {{ .Site.BaseURL }}/1.53 301!
Expand Down
2 changes: 1 addition & 1 deletion gooddata-api-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v0
- Package version: 1.56.0
- Package version: 1.57.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down
2 changes: 1 addition & 1 deletion gooddata-api-client/gooddata_api_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""


__version__ = "1.56.0"
__version__ = "1.57.0"

# import ApiClient
from gooddata_api_client.api_client import ApiClient
Expand Down
2 changes: 1 addition & 1 deletion gooddata-api-client/gooddata_api_client/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/1.56.0/python'
self.user_agent = 'OpenAPI-Generator/1.57.0/python'

def __enter__(self):
return self
Expand Down
2 changes: 1 addition & 1 deletion gooddata-api-client/gooddata_api_client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: v0\n"\
"SDK Package Version: 1.56.0".\
"SDK Package Version: 1.57.0".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion gooddata-api-client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
long_description = (this_directory / "README.md").read_text(encoding="utf-8")

NAME = "gooddata-api-client"
VERSION = "1.56.0"
VERSION = "1.57.0"
# To install the library, run the following
#
# python setup.py install
Expand Down
4 changes: 2 additions & 2 deletions packages/gooddata-dbt/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# (C) 2025 GoodData Corporation
[project]
name = "gooddata-dbt"
version = "1.56.0"
version = "1.57.0"
description = "dbt plugin for GoodData"
readme = "README.md"
license = "MIT"
Expand All @@ -10,7 +10,7 @@ authors = [
]
requires-python = ">=3.10"
dependencies = [
"gooddata-sdk~=1.56.0",
"gooddata-sdk~=1.57.0",
"pyyaml>=6.0",
"attrs>=21.4.0,<=24.2.0",
"cattrs>=22.1.0,<=24.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/gooddata-fdw/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# (C) 2025 GoodData Corporation
[project]
name = "gooddata-fdw"
version = "1.56.0"
version = "1.57.0"
description = "GoodData Cloud Foreign Data Wrapper For PostgreSQL"
readme = "README.md"
license = "MIT"
Expand All @@ -26,7 +26,7 @@ keywords = [
]
requires-python = ">=3.10"
dependencies = [
"gooddata-sdk~=1.56.0",
"gooddata-sdk~=1.57.0",
# "multicorn>=1.4.0", # Uncommented as it was in original setup.py
]
classifiers = [
Expand All @@ -44,7 +44,7 @@ classifiers = [
]

[project.urls]
Documentation = "https://gooddata-fdw.readthedocs.io/en/v1.56.0"
Documentation = "https://gooddata-fdw.readthedocs.io/en/v1.57.0"
Source = "https://github.com/gooddata/gooddata-python-sdk"

[dependency-groups]
Expand Down
8 changes: 4 additions & 4 deletions packages/gooddata-flexconnect/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# (C) 2025 GoodData Corporation
[project]
name = "gooddata-flexconnect"
version = "1.56.0"
version = "1.57.0"
description = "Build your own data source for GoodData Cloud and GoodData Cloud Native."
readme = "README.md"
license = "MIT"
Expand Down Expand Up @@ -29,8 +29,8 @@ keywords = [
requires-python = ">=3.10"
dependencies = [
"dynaconf>=3.1.11,<4.0.0",
"gooddata-flight-server~=1.56.0",
"gooddata-sdk~=1.56.0",
"gooddata-flight-server~=1.57.0",
"gooddata-sdk~=1.57.0",
"orjson>=3.9.15,<4.0.0",
"pyarrow>=16.1.0",
"structlog>=24.0.0,<25.0.0",
Expand All @@ -50,7 +50,7 @@ classifiers = [
]

[project.urls]
Documentation = "https://gooddata-flexconnect.readthedocs.io/en/v1.56.0"
Documentation = "https://gooddata-flexconnect.readthedocs.io/en/v1.57.0"
Source = "https://github.com/gooddata/gooddata-python-sdk"

[dependency-groups]
Expand Down
4 changes: 2 additions & 2 deletions packages/gooddata-flight-server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# (C) 2025 GoodData Corporation
[project]
name = "gooddata-flight-server"
version = "1.56.0"
version = "1.57.0"
description = "Flight RPC server to host custom functions"
readme = "README.md"
license = "MIT"
Expand Down Expand Up @@ -52,7 +52,7 @@ classifiers = [
]

[project.urls]
Documentation = "https://gooddata-flight-server.readthedocs.io/en/v1.56.0"
Documentation = "https://gooddata-flight-server.readthedocs.io/en/v1.57.0"
Source = "https://github.com/gooddata/gooddata-python-sdk"

[project.scripts]
Expand Down
6 changes: 3 additions & 3 deletions packages/gooddata-pandas/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# (C) 2025 GoodData Corporation
[project]
name = "gooddata-pandas"
version = "1.56.0"
version = "1.57.0"
description = "GoodData Cloud to pandas"
readme = "README.md"
license = "MIT"
Expand Down Expand Up @@ -29,7 +29,7 @@ keywords = [
]
requires-python = ">=3.10"
dependencies = [
"gooddata-sdk~=1.56.0",
"gooddata-sdk~=1.57.0",
"pandas>=2.0.0,<3.0.0",
]

Expand All @@ -48,7 +48,7 @@ classifiers = [
]

[project.urls]
Documentation = "https://gooddata-pandas.readthedocs.io/en/v1.56.0"
Documentation = "https://gooddata-pandas.readthedocs.io/en/v1.57.0"
Source = "https://github.com/gooddata/gooddata-python-sdk"

[dependency-groups]
Expand Down
4 changes: 2 additions & 2 deletions packages/gooddata-pipelines/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# (C) 2025 GoodData Corporation
[project]
name = "gooddata-pipelines"
version = "1.56.0"
version = "1.57.0"
description = "GoodData Cloud lifecycle automation pipelines"
authors = [{ name = "GoodData", email = "support@gooddata.com" }]
license = "MIT"
Expand All @@ -11,7 +11,7 @@ dependencies = [
"pydantic (>=2.9.2,<3.0.0)",
"requests (>=2.32.3,<3.0.0)",
"types-requests (>1.0.0,<3.0.0)",
"gooddata-sdk~=1.56.0",
"gooddata-sdk~=1.57.0",
"boto3 (>=1.39.3,<2.0.0)",
"boto3-stubs (>=1.39.3,<2.0.0)",
"azure-storage-blob (>=12.19.0,<13.0.0)",
Expand Down
2 changes: 1 addition & 1 deletion packages/gooddata-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ At the moment the SDK provides services to inspect and interact with the Semanti
* Compute Service
* Table Service

See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.56.0) for more details.
See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.57.0) for more details.

## Requirements

Expand Down
6 changes: 3 additions & 3 deletions packages/gooddata-sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# (C) 2025 GoodData Corporation
[project]
name = "gooddata-sdk"
version = "1.56.0"
version = "1.57.0"
description = "GoodData Cloud Python SDK"
readme = "README.md"
license = "MIT"
Expand All @@ -26,7 +26,7 @@ keywords = [
]
requires-python = ">=3.10,<4.0"
dependencies = [
"gooddata-api-client~=1.56.0",
"gooddata-api-client~=1.57.0",
"python-dateutil>=2.5.3",
"pyyaml>=6.0",
"attrs>=21.4.0,<=24.2.0",
Expand All @@ -50,7 +50,7 @@ classifiers = [
]

[project.urls]
Documentation = "https://www.gooddata.com/docs/python-sdk/1.56.0"
Documentation = "https://www.gooddata.com/docs/python-sdk/1.57.0"
Source = "https://github.com/gooddata/gooddata-python-sdk"

[project.scripts]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# (C) 2021 GoodData Corporation
[project]
name = "gooddata-python-sdk-workspace"
version = "1.56.0"
version = "1.57.0"
description = "GoodData Python SDK Workspace"
requires-python = ">=3.10"
dependencies = [
Expand Down Expand Up @@ -132,7 +132,7 @@ convention = "google"
# github_url = "https://github.com/<user or organization>/<project>/"

[tool.tbump.version]
current = "1.56.0"
current = "1.57.0"
regex = '''
(?P<major>\d+)
\.
Expand Down
18 changes: 9 additions & 9 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading