-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
33 additions
and
32 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.26.0 | ||
packageVersion: 1.27.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.26.0", | ||
"gooddata-sdk~=1.27.0", | ||
"pyyaml>=5.1", | ||
"attrs>=21.4.0,<=23.2.0", | ||
"cattrs>=22.1.0,<=23.2.3", | ||
|
@@ -20,7 +20,7 @@ | |
description="dbt plugin for GoodData", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
version="1.26.0", | ||
version="1.27.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.26.0", | ||
"gooddata-sdk~=1.27.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.26.0", | ||
version="1.27.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.26.0", | ||
"Documentation": "https://gooddata-fdw.readthedocs.io/en/v1.27.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.26.0", | ||
"gooddata-sdk~=1.26.0", | ||
"gooddata-flight-server~=1.27.0", | ||
"gooddata-sdk~=1.27.0", | ||
"orjson>=3.9.15,<4.0.0", | ||
"pyarrow>=16.1.0", | ||
"structlog>=24.0.0,<25.0.0", | ||
|
@@ -20,7 +20,7 @@ | |
description="Set of gooddata-flight-server methods to host custom functions for GoodData Cloud", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
version="1.26.0", | ||
version="1.27.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-flexfun.readthedocs.io/en/v1.26.0", | ||
"Documentation": "https://gooddata-flexfun.readthedocs.io/en/v1.27.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.26.0", | ||
version="1.27.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.26.0", | ||
"Documentation": "https://gooddata-flight-server.readthedocs.io/en/v1.27.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.26.0", | ||
"gooddata-sdk~=1.27.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.26.0", | ||
version="1.27.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.26.0", | ||
"Documentation": "https://gooddata-pandas.readthedocs.io/en/v1.27.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.26.0", | ||
"gooddata-api-client~=1.27.0", | ||
"python-dateutil>=2.5.3", | ||
"pyyaml>=5.1", | ||
"attrs>=21.4.0,<=23.2.0", | ||
|
@@ -22,7 +22,7 @@ | |
description="GoodData Cloud Python SDK", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
version="1.26.0", | ||
version="1.27.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.26.0", | ||
"Documentation": "https://www.gooddata.com/docs/python-sdk/1.27.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