-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #931 from gooddata/snapshot-master-40b351c2-to-rel…
…/dev [bot] Merge master/40b351c2 into rel/dev
- Loading branch information
Showing
16 changed files
with
35 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ infoName: "GoodData (generated by OpenAPI Generator)" | |
infoEmail: "[email protected]" | ||
projectName: gooddata-api-client | ||
packageName: gooddata_api_client | ||
packageVersion: 1.32.2 | ||
packageVersion: 1.33.0 | ||
library: urllib3 | ||
additionalProperties: | ||
licenseInfo: "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
long_description = (this_directory / "README.md").read_text(encoding="utf-8") | ||
|
||
REQUIRES = [ | ||
"gooddata-sdk~=1.32.2", | ||
"gooddata-sdk~=1.33.0", | ||
"pyyaml>=5.1", | ||
"attrs>=21.4.0,<=24.2.0", | ||
"cattrs>=22.1.0,<=24.1.1", | ||
|
@@ -20,7 +20,7 @@ | |
description="dbt plugin for GoodData", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
version="1.32.2", | ||
version="1.33.0", | ||
author="GoodData", | ||
author_email="[email protected]", | ||
license="MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
long_description = (this_directory / "README.md").read_text(encoding="utf-8") | ||
|
||
REQUIRES = [ | ||
"gooddata-sdk~=1.32.2", | ||
"gooddata-sdk~=1.33.0", | ||
# "multicorn>=1.4.0", | ||
] | ||
|
||
|
@@ -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.2", | ||
version="1.33.0", | ||
author="GoodData", | ||
author_email="[email protected]", | ||
license="MIT", | ||
|
@@ -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.2", | ||
"Documentation": "https://gooddata-fdw.readthedocs.io/en/v1.33.0", | ||
"Source": "https://github.com/gooddata/gooddata-python-sdk", | ||
}, | ||
classifiers=[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
|
||
REQUIRES = [ | ||
"dynaconf>=3.1.11,<4.0.0", | ||
"gooddata-flight-server~=1.32.2", | ||
"gooddata-sdk~=1.32.2", | ||
"gooddata-flight-server~=1.33.0", | ||
"gooddata-sdk~=1.33.0", | ||
"orjson>=3.9.15,<4.0.0", | ||
"pyarrow>=16.1.0", | ||
"structlog>=24.0.0,<25.0.0", | ||
|
@@ -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.2", | ||
version="1.33.0", | ||
author="GoodData", | ||
author_email="[email protected]", | ||
license="MIT", | ||
|
@@ -31,7 +31,7 @@ | |
include_package_data=True, | ||
python_requires=">=3.9.0", | ||
project_urls={ | ||
"Documentation": "https://gooddata-flexconnect.readthedocs.io/en/v1.32.2", | ||
"Documentation": "https://gooddata-flexconnect.readthedocs.io/en/v1.33.0", | ||
"Source": "https://github.com/gooddata/gooddata-python-sdk", | ||
}, | ||
classifiers=[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.2", | ||
version="1.33.0", | ||
author="GoodData", | ||
author_email="[email protected]", | ||
license="MIT", | ||
|
@@ -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.2", | ||
"Documentation": "https://gooddata-flight-server.readthedocs.io/en/v1.33.0", | ||
"Source": "https://github.com/gooddata/gooddata-python-sdk", | ||
}, | ||
scripts=[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
long_description = (this_directory / "README.md").read_text(encoding="utf-8") | ||
|
||
REQUIRES = [ | ||
"gooddata-sdk~=1.32.2", | ||
"gooddata-sdk~=1.33.0", | ||
"pandas>=2.0.0,<3.0.0", | ||
] | ||
|
||
|
@@ -16,7 +16,7 @@ | |
description="GoodData Cloud to pandas", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
version="1.32.2", | ||
version="1.33.0", | ||
author="GoodData", | ||
author_email="[email protected]", | ||
license="MIT", | ||
|
@@ -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.2", | ||
"Documentation": "https://gooddata-pandas.readthedocs.io/en/v1.33.0", | ||
"Source": "https://github.com/gooddata/gooddata-python-sdk", | ||
}, | ||
classifiers=[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
long_description = (this_directory / "README.md").read_text(encoding="utf-8") | ||
|
||
REQUIRES = [ | ||
"gooddata-api-client~=1.32.2", | ||
"gooddata-api-client~=1.33.0", | ||
"python-dateutil>=2.5.3", | ||
"pyyaml>=5.1", | ||
"attrs>=21.4.0,<=24.2.0", | ||
|
@@ -22,7 +22,7 @@ | |
description="GoodData Cloud Python SDK", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
version="1.32.2", | ||
version="1.33.0", | ||
author="GoodData", | ||
author_email="[email protected]", | ||
license="MIT", | ||
|
@@ -36,7 +36,7 @@ | |
"bin/gdc", | ||
], | ||
project_urls={ | ||
"Documentation": "https://www.gooddata.com/docs/python-sdk/1.32.2", | ||
"Documentation": "https://www.gooddata.com/docs/python-sdk/1.33.0", | ||
"Source": "https://github.com/gooddata/gooddata-python-sdk", | ||
}, | ||
classifiers=[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters