gooddata-flight-server 1.30.0__tar.gz → 1.30.1.dev2__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.
Potentially problematic release.
This version of gooddata-flight-server might be problematic. Click here for more details.
- {gooddata_flight_server-1.30.0/gooddata_flight_server.egg-info → gooddata_flight_server-1.30.1.dev2}/PKG-INFO +4 -4
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/README.md +2 -2
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/server/auth/token_verifier_factory.py +1 -1
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/server/flight_rpc/server_methods.py +1 -1
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2/gooddata_flight_server.egg-info}/PKG-INFO +4 -4
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/setup.py +2 -2
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/LICENSE.txt +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/MANIFEST.in +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/bin/gooddata-flight-server +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/__init__.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/_version.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/cli.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/config/__init__.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/config/config.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/errors/__init__.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/errors/error_code.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/errors/error_info.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/exceptions.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/health/__init__.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/health/health_check_http_server.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/health/server_health_monitor.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/metrics.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/py.typed +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/server/__init__.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/server/auth/__init__.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/server/auth/auth_middleware.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/server/auth/token_verifier.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/server/auth/token_verifier_impl.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/server/base.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/server/default.logging.ini +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/server/flight_rpc/__init__.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/server/flight_rpc/flight_middleware.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/server/flight_rpc/flight_server.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/server/flight_rpc/flight_service.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/server/server_base.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/server/server_main.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/tasks/__init__.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/tasks/base.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/tasks/metrics.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/tasks/task.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/tasks/task_error.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/tasks/task_executor.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/tasks/task_result.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/tasks/temporal_container.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/tasks/thread_task_executor.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/utils/__init__.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/utils/libc_utils.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/utils/logging.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/utils/methods_discovery.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/utils/otel_tracing.py +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server.egg-info/SOURCES.txt +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server.egg-info/dependency_links.txt +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server.egg-info/requires.txt +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server.egg-info/top_level.txt +0 -0
- {gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/setup.cfg +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gooddata-flight-server
|
|
3
|
-
Version: 1.30.
|
|
3
|
+
Version: 1.30.1.dev2
|
|
4
4
|
Summary: Flight RPC server to host custom functions
|
|
5
5
|
Author: GoodData
|
|
6
6
|
Author-email: support@gooddata.com
|
|
7
7
|
License: MIT
|
|
8
|
-
Project-URL: Documentation, https://gooddata-flight-server.readthedocs.io/en/v1.30.
|
|
8
|
+
Project-URL: Documentation, https://gooddata-flight-server.readthedocs.io/en/v1.30.1.dev2
|
|
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
|
|
@@ -614,8 +614,8 @@ server will expose two HTTP endpoints:
|
|
|
614
614
|
- `/ready` - indicates whether the server is up and ready to serve requests
|
|
615
615
|
|
|
616
616
|
The endpoint will respond with status `500` if the server is not ready. Otherwise will respond with
|
|
617
|
-
`202`. The server is deemed ready when all its modules
|
|
618
|
-
|
|
617
|
+
`202`. The server is deemed ready when all its modules are up and the Flight RPC server is
|
|
618
|
+
'unlocked' to handle requests.
|
|
619
619
|
|
|
620
620
|
- `/live` - indicates whether the server is still alive and can be used. The liveness is determined
|
|
621
621
|
from the status of the modules.
|
|
@@ -581,8 +581,8 @@ server will expose two HTTP endpoints:
|
|
|
581
581
|
- `/ready` - indicates whether the server is up and ready to serve requests
|
|
582
582
|
|
|
583
583
|
The endpoint will respond with status `500` if the server is not ready. Otherwise will respond with
|
|
584
|
-
`202`. The server is deemed ready when all its modules
|
|
585
|
-
|
|
584
|
+
`202`. The server is deemed ready when all its modules are up and the Flight RPC server is
|
|
585
|
+
'unlocked' to handle requests.
|
|
586
586
|
|
|
587
587
|
- `/live` - indicates whether the server is still alive and can be used. The liveness is determined
|
|
588
588
|
from the status of the modules.
|
|
@@ -22,7 +22,7 @@ def _import_verification_strategy(module_name: str) -> type[TokenVerificationStr
|
|
|
22
22
|
continue
|
|
23
23
|
|
|
24
24
|
if member == TokenVerificationStrategy:
|
|
25
|
-
# the
|
|
25
|
+
# the TokenVerificationStrategy class is likely imported in the module -
|
|
26
26
|
# don't want that to interfere
|
|
27
27
|
continue
|
|
28
28
|
|
|
@@ -91,7 +91,7 @@ class FlightServerMethods:
|
|
|
91
91
|
if task_result.cancelled:
|
|
92
92
|
raise ErrorInfo.for_reason(
|
|
93
93
|
ErrorCode.COMMAND_CANCELLED,
|
|
94
|
-
f"
|
|
94
|
+
f"FlexConnect function invocation was cancelled. Invocation task was: '{task_result.task_id}'.",
|
|
95
95
|
).to_server_error()
|
|
96
96
|
|
|
97
97
|
result = task_result.result
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gooddata-flight-server
|
|
3
|
-
Version: 1.30.
|
|
3
|
+
Version: 1.30.1.dev2
|
|
4
4
|
Summary: Flight RPC server to host custom functions
|
|
5
5
|
Author: GoodData
|
|
6
6
|
Author-email: support@gooddata.com
|
|
7
7
|
License: MIT
|
|
8
|
-
Project-URL: Documentation, https://gooddata-flight-server.readthedocs.io/en/v1.30.
|
|
8
|
+
Project-URL: Documentation, https://gooddata-flight-server.readthedocs.io/en/v1.30.1.dev2
|
|
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
|
|
@@ -614,8 +614,8 @@ server will expose two HTTP endpoints:
|
|
|
614
614
|
- `/ready` - indicates whether the server is up and ready to serve requests
|
|
615
615
|
|
|
616
616
|
The endpoint will respond with status `500` if the server is not ready. Otherwise will respond with
|
|
617
|
-
`202`. The server is deemed ready when all its modules
|
|
618
|
-
|
|
617
|
+
`202`. The server is deemed ready when all its modules are up and the Flight RPC server is
|
|
618
|
+
'unlocked' to handle requests.
|
|
619
619
|
|
|
620
620
|
- `/live` - indicates whether the server is still alive and can be used. The liveness is determined
|
|
621
621
|
from the status of the modules.
|
|
@@ -22,7 +22,7 @@ setup(
|
|
|
22
22
|
description="Flight RPC server to host custom functions",
|
|
23
23
|
long_description=long_description,
|
|
24
24
|
long_description_content_type="text/markdown",
|
|
25
|
-
version="1.30.
|
|
25
|
+
version="1.30.1.dev2",
|
|
26
26
|
author="GoodData",
|
|
27
27
|
author_email="support@gooddata.com",
|
|
28
28
|
license="MIT",
|
|
@@ -33,7 +33,7 @@ setup(
|
|
|
33
33
|
include_package_data=True,
|
|
34
34
|
python_requires=">=3.9.0",
|
|
35
35
|
project_urls={
|
|
36
|
-
"Documentation": "https://gooddata-flight-server.readthedocs.io/en/v1.30.
|
|
36
|
+
"Documentation": "https://gooddata-flight-server.readthedocs.io/en/v1.30.1.dev2",
|
|
37
37
|
"Source": "https://github.com/gooddata/gooddata-python-sdk",
|
|
38
38
|
},
|
|
39
39
|
scripts=[
|
|
File without changes
|
|
File without changes
|
{gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/bin/gooddata-flight-server
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/cli.py
RENAMED
|
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_flight_server-1.30.0 → gooddata_flight_server-1.30.1.dev2}/gooddata_flight_server/py.typed
RENAMED
|
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
|
|
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
|