Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bot] Merge master/61302b34 into rel/dev #922

Merged
merged 1 commit into from
Nov 29, 2024
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.32.0
packageVersion: 1.32.1
library: urllib3
additionalProperties:
licenseInfo: "MIT"
Expand Down
1 change: 1 addition & 0 deletions docs/layouts/index.redir
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/ {{ .Site.BaseURL }}/latest/ 301!
/docs/ {{ .Site.BaseURL }}/latest/ 301!
/1.32/ {{ .Site.BaseURL }}/latest 301!
/1.32.1/ {{ .Site.BaseURL }}/latest 301!
/1.32.0/ {{ .Site.BaseURL }}/latest 301!
/1.31.0/ {{ .Site.BaseURL }}/1.31 301!
/1.30.0/ {{ .Site.BaseURL }}/1.30 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.32.0
- Package version: 1.32.1
- 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.32.0"
__version__ = "1.32.1"

# 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.32.0/python'
self.user_agent = 'OpenAPI-Generator/1.32.1/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.32.0".\
"SDK Package Version: 1.32.1".\
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.32.0"
VERSION = "1.32.1"
# To install the library, run the following
#
# python setup.py install
Expand Down
4 changes: 2 additions & 2 deletions gooddata-dbt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = (this_directory / "README.md").read_text(encoding="utf-8")

REQUIRES = [
"gooddata-sdk~=1.32.0",
"gooddata-sdk~=1.32.1",
"pyyaml>=5.1",
"attrs>=21.4.0,<=24.2.0",
"cattrs>=22.1.0,<=24.1.1",
Expand All @@ -20,7 +20,7 @@
description="dbt plugin for GoodData",
long_description=long_description,
long_description_content_type="text/markdown",
version="1.32.0",
version="1.32.1",
author="GoodData",
author_email="support@gooddata.com",
license="MIT",
Expand Down
6 changes: 3 additions & 3 deletions gooddata-fdw/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = (this_directory / "README.md").read_text(encoding="utf-8")

REQUIRES = [
"gooddata-sdk~=1.32.0",
"gooddata-sdk~=1.32.1",
# "multicorn>=1.4.0",
]

Expand All @@ -16,7 +16,7 @@
description="GoodData Cloud Foreign Data Wrapper For PostgreSQL",
long_description=long_description,
long_description_content_type="text/markdown",
version="1.32.0",
version="1.32.1",
author="GoodData",
author_email="support@gooddata.com",
license="MIT",
Expand All @@ -26,7 +26,7 @@
packages=find_packages(exclude=["tests*"]),
python_requires=">=3.9.0",
project_urls={
"Documentation": "https://gooddata-fdw.readthedocs.io/en/v1.32.0",
"Documentation": "https://gooddata-fdw.readthedocs.io/en/v1.32.1",
"Source": "https://github.com/gooddata/gooddata-python-sdk",
},
classifiers=[
Expand Down
8 changes: 4 additions & 4 deletions gooddata-flexconnect/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

REQUIRES = [
"dynaconf>=3.1.11,<4.0.0",
"gooddata-flight-server~=1.32.0",
"gooddata-sdk~=1.32.0",
"gooddata-flight-server~=1.32.1",
"gooddata-sdk~=1.32.1",
"orjson>=3.9.15,<4.0.0",
"pyarrow>=16.1.0",
"structlog>=24.0.0,<25.0.0",
Expand All @@ -20,7 +20,7 @@
description="Build your own data source for GoodData Cloud and GoodData Cloud Native.",
long_description=long_description,
long_description_content_type="text/markdown",
version="1.32.0",
version="1.32.1",
author="GoodData",
author_email="support@gooddata.com",
license="MIT",
Expand All @@ -31,7 +31,7 @@
include_package_data=True,
python_requires=">=3.9.0",
project_urls={
"Documentation": "https://gooddata-flexconnect.readthedocs.io/en/v1.32.0",
"Documentation": "https://gooddata-flexconnect.readthedocs.io/en/v1.32.1",
"Source": "https://github.com/gooddata/gooddata-python-sdk",
},
classifiers=[
Expand Down
4 changes: 2 additions & 2 deletions gooddata-flight-server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
description="Flight RPC server to host custom functions",
long_description=long_description,
long_description_content_type="text/markdown",
version="1.32.0",
version="1.32.1",
author="GoodData",
author_email="support@gooddata.com",
license="MIT",
Expand All @@ -33,7 +33,7 @@
include_package_data=True,
python_requires=">=3.9.0",
project_urls={
"Documentation": "https://gooddata-flight-server.readthedocs.io/en/v1.32.0",
"Documentation": "https://gooddata-flight-server.readthedocs.io/en/v1.32.1",
"Source": "https://github.com/gooddata/gooddata-python-sdk",
},
scripts=[
Expand Down
6 changes: 3 additions & 3 deletions gooddata-pandas/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = (this_directory / "README.md").read_text(encoding="utf-8")

REQUIRES = [
"gooddata-sdk~=1.32.0",
"gooddata-sdk~=1.32.1",
"pandas>=2.0.0,<3.0.0",
]

Expand All @@ -16,7 +16,7 @@
description="GoodData Cloud to pandas",
long_description=long_description,
long_description_content_type="text/markdown",
version="1.32.0",
version="1.32.1",
author="GoodData",
author_email="support@gooddata.com",
license="MIT",
Expand All @@ -26,7 +26,7 @@
packages=find_packages(exclude=["tests*"]),
python_requires=">=3.9.0",
project_urls={
"Documentation": "https://gooddata-pandas.readthedocs.io/en/v1.32.0",
"Documentation": "https://gooddata-pandas.readthedocs.io/en/v1.32.1",
"Source": "https://github.com/gooddata/gooddata-python-sdk",
},
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion 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.32.0) for more details.
See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.32.1) for more details.

## Requirements

Expand Down
6 changes: 3 additions & 3 deletions gooddata-sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = (this_directory / "README.md").read_text(encoding="utf-8")

REQUIRES = [
"gooddata-api-client~=1.32.0",
"gooddata-api-client~=1.32.1",
"python-dateutil>=2.5.3",
"pyyaml>=5.1",
"attrs>=21.4.0,<=24.2.0",
Expand All @@ -22,7 +22,7 @@
description="GoodData Cloud Python SDK",
long_description=long_description,
long_description_content_type="text/markdown",
version="1.32.0",
version="1.32.1",
author="GoodData",
author_email="support@gooddata.com",
license="MIT",
Expand All @@ -36,7 +36,7 @@
"bin/gdc",
],
project_urls={
"Documentation": "https://www.gooddata.com/docs/python-sdk/1.32.0",
"Documentation": "https://www.gooddata.com/docs/python-sdk/1.32.1",
"Source": "https://github.com/gooddata/gooddata-python-sdk",
},
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ exclude = ['(gooddata-api-client|.*\.snapshot\..*)']
# github_url = "https://github.com/<user or organization>/<project>/"

[tool.tbump.version]
current = "1.32.0"
current = "1.32.1"
regex = '''
(?P<major>\d+)
\.
Expand Down
Loading