gooddata-flexconnect 1.40.1.dev2__tar.gz → 1.40.1.dev4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (18) hide show
  1. {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/PKG-INFO +4 -4
  2. {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect.egg-info/PKG-INFO +4 -4
  3. {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect.egg-info/requires.txt +2 -2
  4. {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/setup.py +4 -4
  5. {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/LICENSE.txt +0 -0
  6. {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/README.md +0 -0
  7. {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect/__init__.py +0 -0
  8. {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect/function/__init__.py +0 -0
  9. {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect/function/execution_context.py +0 -0
  10. {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect/function/flight_methods.py +0 -0
  11. {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect/function/function.py +0 -0
  12. {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect/function/function_registry.py +0 -0
  13. {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect/function/function_task.py +0 -0
  14. {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect/py.typed +0 -0
  15. {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect.egg-info/SOURCES.txt +0 -0
  16. {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect.egg-info/dependency_links.txt +0 -0
  17. {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect.egg-info/top_level.txt +0 -0
  18. {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/setup.cfg +0 -0
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gooddata-flexconnect
3
- Version: 1.40.1.dev2
3
+ Version: 1.40.1.dev4
4
4
  Summary: Build your own data source for GoodData Cloud and GoodData Cloud Native.
5
5
  Author: GoodData
6
6
  Author-email: support@gooddata.com
7
7
  License: MIT
8
- Project-URL: Documentation, https://gooddata-flexconnect.readthedocs.io/en/v1.40.1.dev2
8
+ Project-URL: Documentation, https://gooddata-flexconnect.readthedocs.io/en/v1.40.1.dev4
9
9
  Project-URL: Source, https://github.com/gooddata/gooddata-python-sdk
10
10
  Keywords: gooddata,flight,rpc,flight rpc,custom functions,analytics,headless,business,intelligence,headless-bi,cloud,native,semantic,layer,sql,metrics
11
11
  Classifier: Development Status :: 4 - Beta
@@ -24,8 +24,8 @@ Requires-Python: >=3.9.0
24
24
  Description-Content-Type: text/markdown
25
25
  License-File: LICENSE.txt
26
26
  Requires-Dist: dynaconf<4.0.0,>=3.1.11
27
- Requires-Dist: gooddata-flight-server~=1.40.1.dev2
28
- Requires-Dist: gooddata-sdk~=1.40.1.dev2
27
+ Requires-Dist: gooddata-flight-server~=1.40.1.dev4
28
+ Requires-Dist: gooddata-sdk~=1.40.1.dev4
29
29
  Requires-Dist: orjson<4.0.0,>=3.9.15
30
30
  Requires-Dist: pyarrow>=16.1.0
31
31
  Requires-Dist: structlog<25.0.0,>=24.0.0
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gooddata-flexconnect
3
- Version: 1.40.1.dev2
3
+ Version: 1.40.1.dev4
4
4
  Summary: Build your own data source for GoodData Cloud and GoodData Cloud Native.
5
5
  Author: GoodData
6
6
  Author-email: support@gooddata.com
7
7
  License: MIT
8
- Project-URL: Documentation, https://gooddata-flexconnect.readthedocs.io/en/v1.40.1.dev2
8
+ Project-URL: Documentation, https://gooddata-flexconnect.readthedocs.io/en/v1.40.1.dev4
9
9
  Project-URL: Source, https://github.com/gooddata/gooddata-python-sdk
10
10
  Keywords: gooddata,flight,rpc,flight rpc,custom functions,analytics,headless,business,intelligence,headless-bi,cloud,native,semantic,layer,sql,metrics
11
11
  Classifier: Development Status :: 4 - Beta
@@ -24,8 +24,8 @@ Requires-Python: >=3.9.0
24
24
  Description-Content-Type: text/markdown
25
25
  License-File: LICENSE.txt
26
26
  Requires-Dist: dynaconf<4.0.0,>=3.1.11
27
- Requires-Dist: gooddata-flight-server~=1.40.1.dev2
28
- Requires-Dist: gooddata-sdk~=1.40.1.dev2
27
+ Requires-Dist: gooddata-flight-server~=1.40.1.dev4
28
+ Requires-Dist: gooddata-sdk~=1.40.1.dev4
29
29
  Requires-Dist: orjson<4.0.0,>=3.9.15
30
30
  Requires-Dist: pyarrow>=16.1.0
31
31
  Requires-Dist: structlog<25.0.0,>=24.0.0
@@ -1,6 +1,6 @@
1
1
  dynaconf<4.0.0,>=3.1.11
2
- gooddata-flight-server~=1.40.1.dev2
3
- gooddata-sdk~=1.40.1.dev2
2
+ gooddata-flight-server~=1.40.1.dev4
3
+ gooddata-sdk~=1.40.1.dev4
4
4
  orjson<4.0.0,>=3.9.15
5
5
  pyarrow>=16.1.0
6
6
  structlog<25.0.0,>=24.0.0
@@ -8,8 +8,8 @@ long_description = (this_directory / "README.md").read_text(encoding="utf-8")
8
8
 
9
9
  REQUIRES = [
10
10
  "dynaconf>=3.1.11,<4.0.0",
11
- "gooddata-flight-server~=1.40.1.dev2",
12
- "gooddata-sdk~=1.40.1.dev2",
11
+ "gooddata-flight-server~=1.40.1.dev4",
12
+ "gooddata-sdk~=1.40.1.dev4",
13
13
  "orjson>=3.9.15,<4.0.0",
14
14
  "pyarrow>=16.1.0",
15
15
  "structlog>=24.0.0,<25.0.0",
@@ -20,7 +20,7 @@ setup(
20
20
  description="Build your own data source for GoodData Cloud and GoodData Cloud Native.",
21
21
  long_description=long_description,
22
22
  long_description_content_type="text/markdown",
23
- version="1.40.1.dev2",
23
+ version="1.40.1.dev4",
24
24
  author="GoodData",
25
25
  author_email="support@gooddata.com",
26
26
  license="MIT",
@@ -31,7 +31,7 @@ setup(
31
31
  include_package_data=True,
32
32
  python_requires=">=3.9.0",
33
33
  project_urls={
34
- "Documentation": "https://gooddata-flexconnect.readthedocs.io/en/v1.40.1.dev2",
34
+ "Documentation": "https://gooddata-flexconnect.readthedocs.io/en/v1.40.1.dev4",
35
35
  "Source": "https://github.com/gooddata/gooddata-python-sdk",
36
36
  },
37
37
  classifiers=[