gooddata-flexconnect 1.32.1.dev1__tar.gz → 1.32.3.dev1__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.32.1.dev1 → gooddata_flexconnect-1.32.3.dev1}/PKG-INFO +4 -4
  2. {gooddata_flexconnect-1.32.1.dev1 → gooddata_flexconnect-1.32.3.dev1}/gooddata_flexconnect.egg-info/PKG-INFO +4 -4
  3. {gooddata_flexconnect-1.32.1.dev1 → gooddata_flexconnect-1.32.3.dev1}/gooddata_flexconnect.egg-info/requires.txt +2 -2
  4. {gooddata_flexconnect-1.32.1.dev1 → gooddata_flexconnect-1.32.3.dev1}/setup.py +4 -4
  5. {gooddata_flexconnect-1.32.1.dev1 → gooddata_flexconnect-1.32.3.dev1}/LICENSE.txt +0 -0
  6. {gooddata_flexconnect-1.32.1.dev1 → gooddata_flexconnect-1.32.3.dev1}/README.md +0 -0
  7. {gooddata_flexconnect-1.32.1.dev1 → gooddata_flexconnect-1.32.3.dev1}/gooddata_flexconnect/__init__.py +0 -0
  8. {gooddata_flexconnect-1.32.1.dev1 → gooddata_flexconnect-1.32.3.dev1}/gooddata_flexconnect/function/__init__.py +0 -0
  9. {gooddata_flexconnect-1.32.1.dev1 → gooddata_flexconnect-1.32.3.dev1}/gooddata_flexconnect/function/execution_context.py +0 -0
  10. {gooddata_flexconnect-1.32.1.dev1 → gooddata_flexconnect-1.32.3.dev1}/gooddata_flexconnect/function/flight_methods.py +0 -0
  11. {gooddata_flexconnect-1.32.1.dev1 → gooddata_flexconnect-1.32.3.dev1}/gooddata_flexconnect/function/function.py +0 -0
  12. {gooddata_flexconnect-1.32.1.dev1 → gooddata_flexconnect-1.32.3.dev1}/gooddata_flexconnect/function/function_registry.py +0 -0
  13. {gooddata_flexconnect-1.32.1.dev1 → gooddata_flexconnect-1.32.3.dev1}/gooddata_flexconnect/function/function_task.py +0 -0
  14. {gooddata_flexconnect-1.32.1.dev1 → gooddata_flexconnect-1.32.3.dev1}/gooddata_flexconnect/py.typed +0 -0
  15. {gooddata_flexconnect-1.32.1.dev1 → gooddata_flexconnect-1.32.3.dev1}/gooddata_flexconnect.egg-info/SOURCES.txt +0 -0
  16. {gooddata_flexconnect-1.32.1.dev1 → gooddata_flexconnect-1.32.3.dev1}/gooddata_flexconnect.egg-info/dependency_links.txt +0 -0
  17. {gooddata_flexconnect-1.32.1.dev1 → gooddata_flexconnect-1.32.3.dev1}/gooddata_flexconnect.egg-info/top_level.txt +0 -0
  18. {gooddata_flexconnect-1.32.1.dev1 → gooddata_flexconnect-1.32.3.dev1}/setup.cfg +0 -0
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gooddata-flexconnect
3
- Version: 1.32.1.dev1
3
+ Version: 1.32.3.dev1
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.32.1.dev1
8
+ Project-URL: Documentation, https://gooddata-flexconnect.readthedocs.io/en/v1.32.3.dev1
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
@@ -23,8 +23,8 @@ Requires-Python: >=3.9.0
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE.txt
25
25
  Requires-Dist: dynaconf<4.0.0,>=3.1.11
26
- Requires-Dist: gooddata-flight-server~=1.32.1.dev1
27
- Requires-Dist: gooddata-sdk~=1.32.1.dev1
26
+ Requires-Dist: gooddata-flight-server~=1.32.3.dev1
27
+ Requires-Dist: gooddata-sdk~=1.32.3.dev1
28
28
  Requires-Dist: orjson<4.0.0,>=3.9.15
29
29
  Requires-Dist: pyarrow>=16.1.0
30
30
  Requires-Dist: structlog<25.0.0,>=24.0.0
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gooddata-flexconnect
3
- Version: 1.32.1.dev1
3
+ Version: 1.32.3.dev1
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.32.1.dev1
8
+ Project-URL: Documentation, https://gooddata-flexconnect.readthedocs.io/en/v1.32.3.dev1
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
@@ -23,8 +23,8 @@ Requires-Python: >=3.9.0
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE.txt
25
25
  Requires-Dist: dynaconf<4.0.0,>=3.1.11
26
- Requires-Dist: gooddata-flight-server~=1.32.1.dev1
27
- Requires-Dist: gooddata-sdk~=1.32.1.dev1
26
+ Requires-Dist: gooddata-flight-server~=1.32.3.dev1
27
+ Requires-Dist: gooddata-sdk~=1.32.3.dev1
28
28
  Requires-Dist: orjson<4.0.0,>=3.9.15
29
29
  Requires-Dist: pyarrow>=16.1.0
30
30
  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.32.1.dev1
3
- gooddata-sdk~=1.32.1.dev1
2
+ gooddata-flight-server~=1.32.3.dev1
3
+ gooddata-sdk~=1.32.3.dev1
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.32.1.dev1",
12
- "gooddata-sdk~=1.32.1.dev1",
11
+ "gooddata-flight-server~=1.32.3.dev1",
12
+ "gooddata-sdk~=1.32.3.dev1",
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.32.1.dev1",
23
+ version="1.32.3.dev1",
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.32.1.dev1",
34
+ "Documentation": "https://gooddata-flexconnect.readthedocs.io/en/v1.32.3.dev1",
35
35
  "Source": "https://github.com/gooddata/gooddata-python-sdk",
36
36
  },
37
37
  classifiers=[