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.
- {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/PKG-INFO +4 -4
- {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect.egg-info/PKG-INFO +4 -4
- {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect.egg-info/requires.txt +2 -2
- {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/setup.py +4 -4
- {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/LICENSE.txt +0 -0
- {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/README.md +0 -0
- {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect/__init__.py +0 -0
- {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect/function/__init__.py +0 -0
- {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect/function/execution_context.py +0 -0
- {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect/function/flight_methods.py +0 -0
- {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect/function/function.py +0 -0
- {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect/function/function_registry.py +0 -0
- {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect/function/function_task.py +0 -0
- {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect/py.typed +0 -0
- {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect.egg-info/SOURCES.txt +0 -0
- {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect.egg-info/dependency_links.txt +0 -0
- {gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect.egg-info/top_level.txt +0 -0
- {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.
|
|
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.
|
|
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.
|
|
28
|
-
Requires-Dist: gooddata-sdk~=1.40.1.
|
|
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.
|
|
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.
|
|
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.
|
|
28
|
-
Requires-Dist: gooddata-sdk~=1.40.1.
|
|
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
|
|
@@ -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.
|
|
12
|
-
"gooddata-sdk~=1.40.1.
|
|
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.
|
|
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.
|
|
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=[
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_flexconnect-1.40.1.dev2 → gooddata_flexconnect-1.40.1.dev4}/gooddata_flexconnect/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|