gooddata-flexconnect 1.59.1.dev2__tar.gz → 1.59.1.dev3__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.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/PKG-INFO +4 -4
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/pyproject.toml +4 -4
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/.gitignore +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/.readthedocs.yaml +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/LICENSE.txt +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/Makefile +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/README.md +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/json_schemas/execution-context/attribute.json +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/json_schemas/execution-context/date-granularity.json +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/json_schemas/execution-context/execution-context.json +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/json_schemas/execution-context/filter.json +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/json_schemas/execution-context/label-elements/depends-on-date-filter.json +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/json_schemas/execution-context/label-elements/depends-on.json +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/json_schemas/execution-context/label-elements/execution-request.json +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/src/gooddata_flexconnect/__init__.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/src/gooddata_flexconnect/function/__init__.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/src/gooddata_flexconnect/function/data_source_messages.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/src/gooddata_flexconnect/function/execution_context.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/src/gooddata_flexconnect/function/flight_methods.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/src/gooddata_flexconnect/function/function.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/src/gooddata_flexconnect/function/function_invocation.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/src/gooddata_flexconnect/function/function_registry.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/src/gooddata_flexconnect/function/function_task.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/src/gooddata_flexconnect/py.typed +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/__init__.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/assert_error_info.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/function/__init__.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/function/conftest.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/function/test_data_source_messages.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/function/test_flex_fun_execution_context.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/function/test_registry.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/function/testing_funs.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/json_schemas/__init__.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/json_schemas/conftest.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/json_schemas/test_attribute_schema.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/json_schemas/test_depends_on_date_filter_schema.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/json_schemas/test_depends_on_schema.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/json_schemas/test_execution_context_schema.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/json_schemas/test_filter_schema.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/json_schemas/test_label_elements_execution_request_schema.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/server/__init__.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/server/conftest.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/server/funs/__init__.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/server/funs/fun1.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/server/funs/fun2.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/server/funs/fun3.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/server/funs/fun4.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/server/test_flexconnect_server.py +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/server/tls/ca-cert.pem +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/server/tls/client-cert.pem +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/server/tls/client-key.pem +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/server/tls/server-cert.pem +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/server/tls/server-key.pem +0 -0
- {gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tox.ini +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gooddata-flexconnect
|
|
3
|
-
Version: 1.59.1.
|
|
3
|
+
Version: 1.59.1.dev3
|
|
4
4
|
Summary: Build your own data source for GoodData Cloud and GoodData Cloud Native.
|
|
5
|
-
Project-URL: Documentation, https://gooddata-flexconnect.readthedocs.io/en/v1.59.1.
|
|
5
|
+
Project-URL: Documentation, https://gooddata-flexconnect.readthedocs.io/en/v1.59.1.dev3
|
|
6
6
|
Project-URL: Source, https://github.com/gooddata/gooddata-python-sdk
|
|
7
7
|
Author-email: GoodData <support@gooddata.com>
|
|
8
8
|
License-Expression: MIT
|
|
@@ -21,8 +21,8 @@ Classifier: Topic :: Software Development
|
|
|
21
21
|
Classifier: Typing :: Typed
|
|
22
22
|
Requires-Python: >=3.10
|
|
23
23
|
Requires-Dist: dynaconf<4.0.0,>=3.1.11
|
|
24
|
-
Requires-Dist: gooddata-flight-server~=1.59.1.
|
|
25
|
-
Requires-Dist: gooddata-sdk~=1.59.1.
|
|
24
|
+
Requires-Dist: gooddata-flight-server~=1.59.1.dev3
|
|
25
|
+
Requires-Dist: gooddata-sdk~=1.59.1.dev3
|
|
26
26
|
Requires-Dist: orjson<4.0.0,>=3.9.15
|
|
27
27
|
Requires-Dist: pyarrow>=16.1.0
|
|
28
28
|
Requires-Dist: structlog<25.0.0,>=24.0.0
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# (C) 2025 GoodData Corporation
|
|
2
2
|
[project]
|
|
3
3
|
name = "gooddata-flexconnect"
|
|
4
|
-
version = "1.59.1.
|
|
4
|
+
version = "1.59.1.dev3"
|
|
5
5
|
description = "Build your own data source for GoodData Cloud and GoodData Cloud Native."
|
|
6
6
|
readme = "README.md"
|
|
7
7
|
license = "MIT"
|
|
@@ -29,8 +29,8 @@ keywords = [
|
|
|
29
29
|
requires-python = ">=3.10"
|
|
30
30
|
dependencies = [
|
|
31
31
|
"dynaconf>=3.1.11,<4.0.0",
|
|
32
|
-
"gooddata-flight-server~=1.59.1.
|
|
33
|
-
"gooddata-sdk~=1.59.1.
|
|
32
|
+
"gooddata-flight-server~=1.59.1.dev3",
|
|
33
|
+
"gooddata-sdk~=1.59.1.dev3",
|
|
34
34
|
"orjson>=3.9.15,<4.0.0",
|
|
35
35
|
"pyarrow>=16.1.0",
|
|
36
36
|
"structlog>=24.0.0,<25.0.0",
|
|
@@ -50,7 +50,7 @@ classifiers = [
|
|
|
50
50
|
]
|
|
51
51
|
|
|
52
52
|
[project.urls]
|
|
53
|
-
Documentation = "https://gooddata-flexconnect.readthedocs.io/en/v1.59.1.
|
|
53
|
+
Documentation = "https://gooddata-flexconnect.readthedocs.io/en/v1.59.1.dev3"
|
|
54
54
|
Source = "https://github.com/gooddata/gooddata-python-sdk"
|
|
55
55
|
|
|
56
56
|
[dependency-groups]
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/assert_error_info.py
RENAMED
|
File without changes
|
{gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/function/__init__.py
RENAMED
|
File without changes
|
{gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/function/conftest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/function/testing_funs.py
RENAMED
|
File without changes
|
{gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/json_schemas/__init__.py
RENAMED
|
File without changes
|
{gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/json_schemas/conftest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/server/__init__.py
RENAMED
|
File without changes
|
{gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/server/conftest.py
RENAMED
|
File without changes
|
{gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/server/funs/__init__.py
RENAMED
|
File without changes
|
{gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/server/funs/fun1.py
RENAMED
|
File without changes
|
{gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/server/funs/fun2.py
RENAMED
|
File without changes
|
{gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/server/funs/fun3.py
RENAMED
|
File without changes
|
{gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/server/funs/fun4.py
RENAMED
|
File without changes
|
|
File without changes
|
{gooddata_flexconnect-1.59.1.dev2 → gooddata_flexconnect-1.59.1.dev3}/tests/server/tls/ca-cert.pem
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|