qwak-core 0.4.232__py3-none-any.whl → 0.4.234__py3-none-any.whl
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.
- _qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +36 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/{auth_pb2.pyi → creds/auth_pb2.pyi} +5 -5
- _qwak_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +45 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +2 -2
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +5 -5
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.pyi +3 -3
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +11 -11
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.pyi +3 -3
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +5 -5
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.pyi +3 -3
- _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +8 -9
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +13 -13
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi +3 -3
- _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +4 -5
- _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +4 -5
- _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +13 -13
- _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.pyi +5 -5
- _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +2 -2
- _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +2 -2
- _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +2 -2
- _qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +16 -16
- _qwak_proto/qwak/administration/v0/environments/configuration_pb2.pyi +7 -2
- _qwak_proto/qwak/administration/v0/environments/environment_pb2.py +8 -8
- _qwak_proto/qwak/administration/v0/environments/environment_pb2.pyi +2 -9
- _qwak_proto/qwak/builds/build_url_pb2.py +13 -3
- _qwak_proto/qwak/builds/build_url_pb2.pyi +27 -0
- _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py +23 -3
- _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.pyi +26 -0
- _qwak_proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py +34 -0
- _qwak_proto/qwak/feature_store/platform/platform_details_pb2.py +2 -2
- _qwak_proto/qwak/feature_store/repository/common/platform_pb2.py +2 -2
- _qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +35 -0
- _qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.pyi +34 -0
- _qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2_grpc.py +4 -0
- _qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +9 -8
- _qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.pyi +10 -2
- _qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +18 -5
- _qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.pyi +24 -1
- qwak/__init__.py +1 -1
- qwak/feature_store/online/client.py +2 -0
- qwak/model/decorators/api.py +1 -1
- {qwak_core-0.4.232.dist-info → qwak_core-0.4.234.dist-info}/METADATA +1 -1
- {qwak_core-0.4.232.dist-info → qwak_core-0.4.234.dist-info}/RECORD +47 -44
- _qwak_proto/qwak/administration/runtime_configuration/v0/auth_pb2.py +0 -36
- _qwak_proto/qwak/administration/runtime_configuration/v0/secret_pb2.py +0 -45
- /_qwak_proto/qwak/administration/runtime_configuration/v0/{auth_pb2_grpc.py → creds/auth_pb2_grpc.py} +0 -0
- /_qwak_proto/qwak/administration/runtime_configuration/v0/{secret_pb2.pyi → creds/secret_pb2.pyi} +0 -0
- /_qwak_proto/qwak/administration/runtime_configuration/v0/{secret_pb2_grpc.py → creds/secret_pb2_grpc.py} +0 -0
- {qwak_core-0.4.232.dist-info → qwak_core-0.4.234.dist-info}/WHEEL +0 -0
@@ -5,6 +5,7 @@ isort:skip_file
|
|
5
5
|
import builtins
|
6
6
|
import google.protobuf.descriptor
|
7
7
|
import google.protobuf.message
|
8
|
+
import qwak.feature_store.v1.common.jfrog_artifact.jfrog_artifact_pb2
|
8
9
|
import sys
|
9
10
|
|
10
11
|
if sys.version_info >= (3, 8):
|
@@ -51,9 +52,13 @@ class ZipArtifact(google.protobuf.message.Message):
|
|
51
52
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
52
53
|
|
53
54
|
PATH_FIELD_NUMBER: builtins.int
|
55
|
+
JFROG_ARTIFACT_PATH_FIELD_NUMBER: builtins.int
|
54
56
|
MAIN_FILE_FIELD_NUMBER: builtins.int
|
55
57
|
path: builtins.str
|
56
|
-
"""Path to artifact, e.g: s3://some-bucket/file.zip"""
|
58
|
+
"""Path to artifact, used by Qwak users e.g: s3://some-bucket/file.zip"""
|
59
|
+
@property
|
60
|
+
def jfrog_artifact_path(self) -> qwak.feature_store.v1.common.jfrog_artifact.jfrog_artifact_pb2.JfrogArtifact:
|
61
|
+
"""Path to the artifact stored in Artifactory"""
|
57
62
|
main_file: builtins.str
|
58
63
|
"""Relative path inside the zip, e.g:
|
59
64
|
the file the featureset is defined
|
@@ -62,8 +67,11 @@ class ZipArtifact(google.protobuf.message.Message):
|
|
62
67
|
self,
|
63
68
|
*,
|
64
69
|
path: builtins.str = ...,
|
70
|
+
jfrog_artifact_path: qwak.feature_store.v1.common.jfrog_artifact.jfrog_artifact_pb2.JfrogArtifact | None = ...,
|
65
71
|
main_file: builtins.str = ...,
|
66
72
|
) -> None: ...
|
67
|
-
def
|
73
|
+
def HasField(self, field_name: typing_extensions.Literal["jfrog_artifact_path", b"jfrog_artifact_path", "path", b"path", "path_type", b"path_type"]) -> builtins.bool: ...
|
74
|
+
def ClearField(self, field_name: typing_extensions.Literal["jfrog_artifact_path", b"jfrog_artifact_path", "main_file", b"main_file", "path", b"path", "path_type", b"path_type"]) -> None: ...
|
75
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["path_type", b"path_type"]) -> typing_extensions.Literal["path", "jfrog_artifact_path"] | None: ...
|
68
76
|
|
69
77
|
global___ZipArtifact = ZipArtifact
|
@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nDqwak/feature_store/v1/internal/data_source/data_source_service.proto\x12\x31qwak.feature.store.management.v1.internal.sources\"E\n)GetDataSourceSourceCodeDownloadURLRequest\x12\x18\n\x10\x64\x61ta_source_name\x18\x01 \x01(\t\"B\n*GetDataSourceSourceCodeDownloadURLResponse\x12\x14\n\x0c\x64ownload_url\x18\x01 \x01(\t\"@\n$GetDataSourceSourceCodeUploadRequest\x12\x18\n\x10\x64\x61ta_source_name\x18\x01 \x01(\t\"
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nDqwak/feature_store/v1/internal/data_source/data_source_service.proto\x12\x31qwak.feature.store.management.v1.internal.sources\"E\n)GetDataSourceSourceCodeDownloadURLRequest\x12\x18\n\x10\x64\x61ta_source_name\x18\x01 \x01(\t\"B\n*GetDataSourceSourceCodeDownloadURLResponse\x12\x14\n\x0c\x64ownload_url\x18\x01 \x01(\t\"@\n$GetDataSourceSourceCodeUploadRequest\x12\x18\n\x10\x64\x61ta_source_name\x18\x01 \x01(\t\"\xf4\x01\n%GetDataSourceSourceCodeUploadResponse\x12\x12\n\nupload_url\x18\x01 \x01(\t\x12\x81\x01\n\rextra_headers\x18\x02 \x03(\x0b\x32j.qwak.feature.store.management.v1.internal.sources.GetDataSourceSourceCodeUploadResponse.ExtraHeadersEntry\x1a\x33\n\x11\x45xtraHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x32\xcf\x03\n\x11\x44\x61taSourceService\x12\xd5\x01\n GetDataSourceSourceCodeUploadURL\x12W.qwak.feature.store.management.v1.internal.sources.GetDataSourceSourceCodeUploadRequest\x1aX.qwak.feature.store.management.v1.internal.sources.GetDataSourceSourceCodeUploadResponse\x12\xe1\x01\n\"GetDataSourceSourceCodeDownloadURL\x12\\.qwak.feature.store.management.v1.internal.sources.GetDataSourceSourceCodeDownloadURLRequest\x1a].qwak.feature.store.management.v1.internal.sources.GetDataSourceSourceCodeDownloadURLResponseBw\n<com.qwak.ai.feature.store.management.v1.api.internal.sourcesP\x01Z5qwak/featurestore/sources;featurestoreinternalsourcesb\x06proto3')
|
18
18
|
|
19
19
|
|
20
20
|
|
@@ -22,6 +22,7 @@ _GETDATASOURCESOURCECODEDOWNLOADURLREQUEST = DESCRIPTOR.message_types_by_name['G
|
|
22
22
|
_GETDATASOURCESOURCECODEDOWNLOADURLRESPONSE = DESCRIPTOR.message_types_by_name['GetDataSourceSourceCodeDownloadURLResponse']
|
23
23
|
_GETDATASOURCESOURCECODEUPLOADREQUEST = DESCRIPTOR.message_types_by_name['GetDataSourceSourceCodeUploadRequest']
|
24
24
|
_GETDATASOURCESOURCECODEUPLOADRESPONSE = DESCRIPTOR.message_types_by_name['GetDataSourceSourceCodeUploadResponse']
|
25
|
+
_GETDATASOURCESOURCECODEUPLOADRESPONSE_EXTRAHEADERSENTRY = _GETDATASOURCESOURCECODEUPLOADRESPONSE.nested_types_by_name['ExtraHeadersEntry']
|
25
26
|
GetDataSourceSourceCodeDownloadURLRequest = _reflection.GeneratedProtocolMessageType('GetDataSourceSourceCodeDownloadURLRequest', (_message.Message,), {
|
26
27
|
'DESCRIPTOR' : _GETDATASOURCESOURCECODEDOWNLOADURLREQUEST,
|
27
28
|
'__module__' : 'qwak.feature_store.v1.internal.data_source.data_source_service_pb2'
|
@@ -44,25 +45,37 @@ GetDataSourceSourceCodeUploadRequest = _reflection.GeneratedProtocolMessageType(
|
|
44
45
|
_sym_db.RegisterMessage(GetDataSourceSourceCodeUploadRequest)
|
45
46
|
|
46
47
|
GetDataSourceSourceCodeUploadResponse = _reflection.GeneratedProtocolMessageType('GetDataSourceSourceCodeUploadResponse', (_message.Message,), {
|
48
|
+
|
49
|
+
'ExtraHeadersEntry' : _reflection.GeneratedProtocolMessageType('ExtraHeadersEntry', (_message.Message,), {
|
50
|
+
'DESCRIPTOR' : _GETDATASOURCESOURCECODEUPLOADRESPONSE_EXTRAHEADERSENTRY,
|
51
|
+
'__module__' : 'qwak.feature_store.v1.internal.data_source.data_source_service_pb2'
|
52
|
+
# @@protoc_insertion_point(class_scope:qwak.feature.store.management.v1.internal.sources.GetDataSourceSourceCodeUploadResponse.ExtraHeadersEntry)
|
53
|
+
})
|
54
|
+
,
|
47
55
|
'DESCRIPTOR' : _GETDATASOURCESOURCECODEUPLOADRESPONSE,
|
48
56
|
'__module__' : 'qwak.feature_store.v1.internal.data_source.data_source_service_pb2'
|
49
57
|
# @@protoc_insertion_point(class_scope:qwak.feature.store.management.v1.internal.sources.GetDataSourceSourceCodeUploadResponse)
|
50
58
|
})
|
51
59
|
_sym_db.RegisterMessage(GetDataSourceSourceCodeUploadResponse)
|
60
|
+
_sym_db.RegisterMessage(GetDataSourceSourceCodeUploadResponse.ExtraHeadersEntry)
|
52
61
|
|
53
62
|
_DATASOURCESERVICE = DESCRIPTOR.services_by_name['DataSourceService']
|
54
63
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
55
64
|
|
56
65
|
DESCRIPTOR._options = None
|
57
66
|
DESCRIPTOR._serialized_options = b'\n<com.qwak.ai.feature.store.management.v1.api.internal.sourcesP\001Z5qwak/featurestore/sources;featurestoreinternalsources'
|
67
|
+
_GETDATASOURCESOURCECODEUPLOADRESPONSE_EXTRAHEADERSENTRY._options = None
|
68
|
+
_GETDATASOURCESOURCECODEUPLOADRESPONSE_EXTRAHEADERSENTRY._serialized_options = b'8\001'
|
58
69
|
_GETDATASOURCESOURCECODEDOWNLOADURLREQUEST._serialized_start=123
|
59
70
|
_GETDATASOURCESOURCECODEDOWNLOADURLREQUEST._serialized_end=192
|
60
71
|
_GETDATASOURCESOURCECODEDOWNLOADURLRESPONSE._serialized_start=194
|
61
72
|
_GETDATASOURCESOURCECODEDOWNLOADURLRESPONSE._serialized_end=260
|
62
73
|
_GETDATASOURCESOURCECODEUPLOADREQUEST._serialized_start=262
|
63
74
|
_GETDATASOURCESOURCECODEUPLOADREQUEST._serialized_end=326
|
64
|
-
_GETDATASOURCESOURCECODEUPLOADRESPONSE._serialized_start=
|
65
|
-
_GETDATASOURCESOURCECODEUPLOADRESPONSE._serialized_end=
|
66
|
-
|
67
|
-
|
75
|
+
_GETDATASOURCESOURCECODEUPLOADRESPONSE._serialized_start=329
|
76
|
+
_GETDATASOURCESOURCECODEUPLOADRESPONSE._serialized_end=573
|
77
|
+
_GETDATASOURCESOURCECODEUPLOADRESPONSE_EXTRAHEADERSENTRY._serialized_start=522
|
78
|
+
_GETDATASOURCESOURCECODEUPLOADRESPONSE_EXTRAHEADERSENTRY._serialized_end=573
|
79
|
+
_DATASOURCESERVICE._serialized_start=576
|
80
|
+
_DATASOURCESERVICE._serialized_end=1039
|
68
81
|
# @@protoc_insertion_point(module_scope)
|
@@ -3,7 +3,9 @@
|
|
3
3
|
isort:skip_file
|
4
4
|
"""
|
5
5
|
import builtins
|
6
|
+
import collections.abc
|
6
7
|
import google.protobuf.descriptor
|
8
|
+
import google.protobuf.internal.containers
|
7
9
|
import google.protobuf.message
|
8
10
|
import sys
|
9
11
|
|
@@ -59,13 +61,34 @@ global___GetDataSourceSourceCodeUploadRequest = GetDataSourceSourceCodeUploadReq
|
|
59
61
|
class GetDataSourceSourceCodeUploadResponse(google.protobuf.message.Message):
|
60
62
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
61
63
|
|
64
|
+
class ExtraHeadersEntry(google.protobuf.message.Message):
|
65
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
66
|
+
|
67
|
+
KEY_FIELD_NUMBER: builtins.int
|
68
|
+
VALUE_FIELD_NUMBER: builtins.int
|
69
|
+
key: builtins.str
|
70
|
+
value: builtins.str
|
71
|
+
def __init__(
|
72
|
+
self,
|
73
|
+
*,
|
74
|
+
key: builtins.str = ...,
|
75
|
+
value: builtins.str = ...,
|
76
|
+
) -> None: ...
|
77
|
+
def ClearField(self, field_name: typing_extensions.Literal["key", b"key", "value", b"value"]) -> None: ...
|
78
|
+
|
62
79
|
UPLOAD_URL_FIELD_NUMBER: builtins.int
|
80
|
+
EXTRA_HEADERS_FIELD_NUMBER: builtins.int
|
63
81
|
upload_url: builtins.str
|
82
|
+
"""Upload url intended for the data source source code"""
|
83
|
+
@property
|
84
|
+
def extra_headers(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
85
|
+
"""Extra headers that are required for the upload"""
|
64
86
|
def __init__(
|
65
87
|
self,
|
66
88
|
*,
|
67
89
|
upload_url: builtins.str = ...,
|
90
|
+
extra_headers: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
68
91
|
) -> None: ...
|
69
|
-
def ClearField(self, field_name: typing_extensions.Literal["upload_url", b"upload_url"]) -> None: ...
|
92
|
+
def ClearField(self, field_name: typing_extensions.Literal["extra_headers", b"extra_headers", "upload_url", b"upload_url"]) -> None: ...
|
70
93
|
|
71
94
|
global___GetDataSourceSourceCodeUploadResponse = GetDataSourceSourceCodeUploadResponse
|
qwak/__init__.py
CHANGED
qwak/model/decorators/api.py
CHANGED
@@ -16,7 +16,7 @@ from qwak.model.adapters.output_adapters.dataframe_output_adapter import (
|
|
16
16
|
API_NOT_CONFIGURED_ERROR_MESSAGE = (
|
17
17
|
"There has been an error configuring the Qwak model. When testing locally, "
|
18
18
|
"please use 'run_local' as described in our docs: "
|
19
|
-
"https://docs
|
19
|
+
"https://docs.qwak.com/docs/testing-locally#/running-models-locally"
|
20
20
|
)
|
21
21
|
|
22
22
|
|
@@ -33,56 +33,56 @@ _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2_grpc.py,sh
|
|
33
33
|
_qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.py,sha256=dkBXVsZBxZkGCwt-riB9IkaykmhYDLf9_9IWTFc6SEc,4901
|
34
34
|
_qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.pyi,sha256=zdQqQF0o1uv-II_bCMMsm3h-Em_RN1HKmrHcjjszkeE,5995
|
35
35
|
_qwak_proto/qwak/administration/authenticated_user/v1/details_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
36
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/auth_pb2.py,sha256=
|
37
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/auth_pb2.pyi,sha256=
|
38
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/auth_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
39
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/
|
36
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py,sha256=RzJ760bt1v4bTkw8EhEUeiruD3Z18rrDBecCvP_7lc4,2359
|
37
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.pyi,sha256=PG3FGCgDwEa6vY56BVYPz5LsZ77H8-TJe95NdhBKY6A,1393
|
38
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
39
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py,sha256=y5Idw-AOWnZOZN3t5Z_Q42fkHfaVtudPZKI1R7phGTs,2793
|
40
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.pyi,sha256=e8WL8VLVMlRwtmweoGJKDPM6gVqmrZuO-btU-TLOa0I,1766
|
41
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
42
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py,sha256=oa7KxIFx82F3OzVy-ML-BoM3buP8sr8Eahli2fCHHhQ,3773
|
40
43
|
_qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.pyi,sha256=AVYGl9yfWtc89UdTOjnWG0qTJOPPZI4_BGWd8Qf27Nk,2530
|
41
44
|
_qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
42
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py,sha256=
|
43
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.pyi,sha256=
|
45
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py,sha256=B3_EbWZRLMUjNNC1eFMrWFnFdx0RN-PAJjaSB3IhVVE,2666
|
46
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.pyi,sha256=kn55-29574hUvrodpivp5TLXyOaJ8VuGzyUIt73syAc,1525
|
44
47
|
_qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
45
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py,sha256=
|
46
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.pyi,sha256=
|
48
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py,sha256=0LSuq_Fvlx0CmHLd3niQ-ciQC_4_VeRMClMSkSVyApE,5174
|
49
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.pyi,sha256=4X-h5GXZ62UjbvgA8hfS85IoE4pBaPppa_lzxxWn354,3454
|
47
50
|
_qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
48
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py,sha256=
|
49
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.pyi,sha256=
|
51
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py,sha256=C1vqXvepfEQZjFoeidd6nniYWWNysA8ci8NX0XKibo0,2530
|
52
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.pyi,sha256=1HUhgpwHPRhgezLcvkKyEF0Crwt35Ts8VFqlG0EPFs4,1501
|
50
53
|
_qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
51
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py,sha256=
|
54
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py,sha256=6UI7P3Iu5K2ugD0kcCnWJmZHjF69wp7zCF2oxzf_jQ8,4203
|
52
55
|
_qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.pyi,sha256=Ie7T_fb2taQbzqFbYHz4AHjy1pExXZ5HDRJY-9CkoiI,2969
|
53
56
|
_qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
54
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py,sha256=
|
55
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi,sha256=
|
57
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py,sha256=omYemMoVTpZkKjhMoLTmEH2ZlfHyDYapS4p75ZlPhSc,5774
|
58
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi,sha256=OCqt1hzaC5UMKQL-q4DIHBKdxJXdyUKPBnrJSCj-uOA,5317
|
56
59
|
_qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
57
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py,sha256=
|
60
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py,sha256=N0YuCNiHxpodpidq3TsmUrdBcyIM_L_LypZCtrNJ-WU,2549
|
58
61
|
_qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.pyi,sha256=wcre_r7h822VIRTu10_BbM1zIxslzZDRSTfGR0PfFKI,1409
|
59
62
|
_qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
60
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py,sha256=
|
63
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py,sha256=BgutgYKXEYUVPhsqZvhh7Ud04l0Mnlxyy1SGDIWyfbA,2680
|
61
64
|
_qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.pyi,sha256=Nw49d4wbJDMxL8MOcH0j3ZUuiwDwW03xK6tSIielPmY,1383
|
62
65
|
_qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
63
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py,sha256=
|
64
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.pyi,sha256=
|
66
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py,sha256=3UvQnYFq2vn6Q42rMnm7jqsxt08sKhEcgPke5qhEv8k,5618
|
67
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.pyi,sha256=EvwL8CGr1TjrYcEJRYGaPIbdIjKWP1m9KhumFkMCnEI,4459
|
65
68
|
_qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
66
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py,sha256=
|
69
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py,sha256=wEtx7y246_Zgmj_nRx52QcJ_yYfiwkHjt1J1V50DmwE,3613
|
67
70
|
_qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.pyi,sha256=I5lypi84OoePvdpz7FtuzVq8J2PRyU--mqV680WlNzc,2562
|
68
71
|
_qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
69
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py,sha256=
|
72
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py,sha256=D5EpfwxO8Wx4sAIp08jBDGTVBIgrmETvzT9j6YiP6Ps,4904
|
70
73
|
_qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi,sha256=BAMFDQTSV4gFwNxHmXGFSq85ncrAhN_G0fWevaFpj3o,4706
|
71
74
|
_qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
72
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/
|
73
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/secret_pb2.pyi,sha256=e8WL8VLVMlRwtmweoGJKDPM6gVqmrZuO-btU-TLOa0I,1766
|
74
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/secret_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
75
|
-
_qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py,sha256=fr6C8MZHYG6KbC-4t7fz1oEmksQde1EkWfNkTY561jY,3772
|
75
|
+
_qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py,sha256=nCrvELfY5tyhF4vN_w7JUZqEqrF7Pw1AXnN8Wz-YJaE,3754
|
76
76
|
_qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.pyi,sha256=86lYyaMcsIOIxqx3J0q9DKA6HdVQzFpzq_guhJcgV9s,2588
|
77
77
|
_qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
78
78
|
_qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.py,sha256=tNmhY4QqTOJlPYdrvvTnj9HpFq4Hw7hstOsHq84JJKQ,4635
|
79
79
|
_qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.pyi,sha256=jAAqlBaE5GmqYVzmYzJ37rS06-4gma5X9x1ZB8GvAqU,3664
|
80
80
|
_qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2_grpc.py,sha256=ktkVSlWBoENwKMHFyHPqT7jbffdM2tO-9KzhtsQFEVo,3167
|
81
|
-
_qwak_proto/qwak/administration/v0/environments/configuration_pb2.py,sha256=
|
82
|
-
_qwak_proto/qwak/administration/v0/environments/configuration_pb2.pyi,sha256=
|
81
|
+
_qwak_proto/qwak/administration/v0/environments/configuration_pb2.py,sha256=iU_7f0ZVxfaoDPSYOG9gm0D2JvpjpZDfJ3reWSHrXbY,8974
|
82
|
+
_qwak_proto/qwak/administration/v0/environments/configuration_pb2.pyi,sha256=LpCDnMhi5q_08jIcSsZXnazmJMOseQRkwa9K95TGm0M,13967
|
83
83
|
_qwak_proto/qwak/administration/v0/environments/configuration_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
84
|
-
_qwak_proto/qwak/administration/v0/environments/environment_pb2.py,sha256=
|
85
|
-
_qwak_proto/qwak/administration/v0/environments/environment_pb2.pyi,sha256=
|
84
|
+
_qwak_proto/qwak/administration/v0/environments/environment_pb2.py,sha256=Omk837t3TA3hUMhIeLhu4BPtPZrhipsCKUtB65zuWQY,5117
|
85
|
+
_qwak_proto/qwak/administration/v0/environments/environment_pb2.pyi,sha256=VHHMYS1tvm--DXeLEnmzr75BhHMHx7UqppGGubn8wSs,7487
|
86
86
|
_qwak_proto/qwak/administration/v0/environments/environment_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
87
87
|
_qwak_proto/qwak/administration/v0/environments/environment_service_pb2.py,sha256=Jk-zEFzlit0-5nefOzPZ-9OvkFb4B8N0g7g5SMg9CQg,16001
|
88
88
|
_qwak_proto/qwak/administration/v0/environments/environment_service_pb2.pyi,sha256=BK4AucBdpqqjBDIvRxIaJi9SvGpUdbsUAdzwpZPsNaw,12387
|
@@ -177,12 +177,12 @@ _qwak_proto/qwak/build_settings/build_settings_pb2_grpc.py,sha256=1oboBPFxaTEXt9
|
|
177
177
|
_qwak_proto/qwak/builds/build_pb2.py,sha256=eNZnhKbUVbzxP_hoTkj4cTegJa5vYmqGdngq4Bo_mKU,15174
|
178
178
|
_qwak_proto/qwak/builds/build_pb2.pyi,sha256=pi8QB4EjTt_J7lKeXbz4k4perIRGj0D6qVL2oK43-pM,25290
|
179
179
|
_qwak_proto/qwak/builds/build_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
180
|
-
_qwak_proto/qwak/builds/build_url_pb2.py,sha256=
|
181
|
-
_qwak_proto/qwak/builds/build_url_pb2.pyi,sha256=
|
180
|
+
_qwak_proto/qwak/builds/build_url_pb2.py,sha256=0JrysC1GUgxq9_7RXGo7kP2RZk7EkHxJv7l4GOpxddA,6350
|
181
|
+
_qwak_proto/qwak/builds/build_url_pb2.pyi,sha256=vy94KrWTyR939uV9HVOPiqUKxPKpYh1U40eEt9Q8Kdg,9016
|
182
182
|
_qwak_proto/qwak/builds/build_url_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
183
|
-
_qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py,sha256=
|
184
|
-
_qwak_proto/qwak/builds/builds_orchestrator_service_pb2.pyi,sha256=
|
185
|
-
_qwak_proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py,sha256=
|
183
|
+
_qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py,sha256=vkCG4COzQm-ztsLRzjqEt6DgVcLln8HQnbvBzVxt9dw,17099
|
184
|
+
_qwak_proto/qwak/builds/builds_orchestrator_service_pb2.pyi,sha256=PmmBuPKWAR6WLHS8HwMIHL-I03enYn0RTd6EEwd22JQ,13753
|
185
|
+
_qwak_proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py,sha256=uXHH4A5wLBLFVu6DuMdbU7upi0RwCiBv6qBkspPVfe8,18827
|
186
186
|
_qwak_proto/qwak/builds/builds_pb2.py,sha256=1lFS_9EYNaKjH_KLQ6QF2-hkmx7X_SDzoMn1_h9pabo,38491
|
187
187
|
_qwak_proto/qwak/builds/builds_pb2.pyi,sha256=E1LSfB25mU86T6sUY-TWI53gptxqwTdm6MyXeg1wsi8,53557
|
188
188
|
_qwak_proto/qwak/builds/builds_pb2_grpc.py,sha256=eJjKXn0mS_4W3Fc2zhVcVDadisuxSvxYzLAQwd1DnCI,11572
|
@@ -324,13 +324,13 @@ _qwak_proto/qwak/feature_store/jobs/v1/job_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7E
|
|
324
324
|
_qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2.py,sha256=JvCb-Im3E_kcUBqsvkZ_eQ2T1JpOGe-MChuE3jijf5g,15316
|
325
325
|
_qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2.pyi,sha256=M_4IXLCyFb7D6wdsfQNJsBh5sTXPNa0ee6MxckAzlXA,14087
|
326
326
|
_qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2_grpc.py,sha256=O4Z_mSTl_TWfOdk5g6AmuZRW7eMbuLod0D75DUSji90,18465
|
327
|
-
_qwak_proto/qwak/feature_store/platform/platform_details_pb2.py,sha256=
|
327
|
+
_qwak_proto/qwak/feature_store/platform/platform_details_pb2.py,sha256=aHJFH2Yvm4pfhOpP7q7H-Uk9FjO5iiFaNzTtkscbo3g,2473
|
328
328
|
_qwak_proto/qwak/feature_store/platform/platform_details_pb2.pyi,sha256=GpAfsOb90orp1WixmA0OubFCGLktIONTWxviMbG57B0,2069
|
329
329
|
_qwak_proto/qwak/feature_store/platform/platform_details_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
330
330
|
_qwak_proto/qwak/feature_store/reports/report_pb2.py,sha256=ckngx2x1-eM0FAX9mfgwg7hchm53CL3Y_Vgo2oGYi8Q,5158
|
331
331
|
_qwak_proto/qwak/feature_store/reports/report_pb2.pyi,sha256=qcHoPr3wNQ5-dyCSwuJ5VdpzlzLKGJysY_K3appd1WM,7436
|
332
332
|
_qwak_proto/qwak/feature_store/reports/report_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
333
|
-
_qwak_proto/qwak/feature_store/repository/common/platform_pb2.py,sha256=
|
333
|
+
_qwak_proto/qwak/feature_store/repository/common/platform_pb2.py,sha256=86VZCW91VSxvSJ5M7NxUPzpUlzRCk4nk8LR9bnvemQU,3021
|
334
334
|
_qwak_proto/qwak/feature_store/repository/common/platform_pb2.pyi,sha256=FpO12GJAtApZfCHaASsmjQOx-IEP14xiO-yUMb87kUk,2682
|
335
335
|
_qwak_proto/qwak/feature_store/repository/common/platform_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
336
336
|
_qwak_proto/qwak/feature_store/serving/management_pb2.py,sha256=5efalGi7k4IvwzI1XX-x7nr94Um8ZckJ3LQJamRq9M4,5111
|
@@ -363,11 +363,14 @@ _qwak_proto/qwak/feature_store/sources/data_source_service_pb2_grpc.py,sha256=8m
|
|
363
363
|
_qwak_proto/qwak/feature_store/sources/streaming_pb2.py,sha256=cWE3CW8YLFEsL1CKWyxZjk0USaRQDeNWDlhNvsC9o9s,11049
|
364
364
|
_qwak_proto/qwak/feature_store/sources/streaming_pb2.pyi,sha256=Gl9XE_awS5aLpFEW9m-sxwWxvcI3l_6EIq8OjBRzqnU,15942
|
365
365
|
_qwak_proto/qwak/feature_store/sources/streaming_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
366
|
-
_qwak_proto/qwak/feature_store/v1/common/
|
367
|
-
_qwak_proto/qwak/feature_store/v1/common/
|
366
|
+
_qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py,sha256=8f6bz2XPD2FQRWqealq6VNYZsxLKfpZ-ZjYW9iqKBN0,1733
|
367
|
+
_qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.pyi,sha256=HpqD0UT8PLOOCPUldO1K3SxXTetx5jLyvhAgcU_bVKY,910
|
368
|
+
_qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
369
|
+
_qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py,sha256=VvFwMYPTSg9Z8z6IF5xiVN00sgn7pJyHsRabJrqbXgY,3377
|
370
|
+
_qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.pyi,sha256=14B-93EPNZyPONl-8bW4oXBUg2bg0mrWtW3b9cjPkhY,3261
|
368
371
|
_qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
369
|
-
_qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py,sha256=
|
370
|
-
_qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.pyi,sha256=
|
372
|
+
_qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py,sha256=wom6MrxjTvXztcOljlDvY9LkDdyvvOQ38P0xSylDWvI,6446
|
373
|
+
_qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.pyi,sha256=RuuyLe7eAmaLzj2zs0tSsB5pIBfHJqor5K_-IxZ_bcM,3430
|
371
374
|
_qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2_grpc.py,sha256=jSjrqJw3JOz90IUM1d_PeG1AE6OeKiNYQYHBtTgRYgg,5908
|
372
375
|
_qwak_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py,sha256=sPFBb1FGUHIcEYgW4E-x58-HkkjJ43culJDc3ZMwNt0,3168
|
373
376
|
_qwak_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.pyi,sha256=jmrIw0qDsqqu_kwLkBoszvfUgaZlu6iIqao-kXEsX5U,1467
|
@@ -573,7 +576,7 @@ _qwak_proto/qwak/workspace/workspace_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXH
|
|
573
576
|
_qwak_proto/qwak/workspace/workspace_service_pb2.py,sha256=AB3C9S_AbOD7Nx1Ni4j1rW6PNtYTV1zjiqFQk-goQ74,21429
|
574
577
|
_qwak_proto/qwak/workspace/workspace_service_pb2.pyi,sha256=nKKCHwnovZhsy8TSVmdz-Vtl0nviOOoX56HD-41Xo08,13726
|
575
578
|
_qwak_proto/qwak/workspace/workspace_service_pb2_grpc.py,sha256=yKGuexxTBza99Ihe0DSTniV2ZSd_AG47inHenqfi890,27193
|
576
|
-
qwak/__init__.py,sha256=
|
579
|
+
qwak/__init__.py,sha256=zfJX6XQoeG8fRIY0u68-pFLQGdlhLi4XWTQGXWOQhm8,587
|
577
580
|
qwak/automations/__init__.py,sha256=qFZRvCxUUn8gcxkJR0v19ulHW2oJ0x6-Rif7HiheDP4,1522
|
578
581
|
qwak/automations/automation_executions.py,sha256=5MeH_epYYWb8NKXgAozwT_jPyyUDednBHG7izloi7RY,3228
|
579
582
|
qwak/automations/automations.py,sha256=3yx8e2v0uSKDnXbqyknasyEoQ5vxGni6K40Hbi1_zkk,12599
|
@@ -754,7 +757,7 @@ qwak/feature_store/offline/client.py,sha256=dGtCnqlhuL4y5T7AtbTj1Pzu78-8JR_O1wnr
|
|
754
757
|
qwak/feature_store/offline/client_v2.py,sha256=MKIlVGohW7aMmCpBUKE9wP9X6gtU_pLVfOgnBn2Bp98,14393
|
755
758
|
qwak/feature_store/offline/feature_set_features.py,sha256=Eh_rPz_m12cAQvrhIF-xtA-ZGVKy1HlgKJdjNvsmPoo,739
|
756
759
|
qwak/feature_store/online/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
757
|
-
qwak/feature_store/online/client.py,sha256=
|
760
|
+
qwak/feature_store/online/client.py,sha256=fBD48NDpocX01qvFVYB5Qd4JRM1InCjdeQgoMM8nQ0Q,12911
|
758
761
|
qwak/feature_store/online/endpoint_utils.py,sha256=Lx5Wvvg7teJGXP3SOUPPmYQeVjSve2b0hQlqhs13R5M,2210
|
759
762
|
qwak/feature_store/sinks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
760
763
|
qwak/feature_store/sinks/base.py,sha256=FvNz9aabvYHT-3vZdHdtEnlFQ0tyvsnspkPnWt2lTdU,360
|
@@ -922,7 +925,7 @@ qwak/model/adapters/output_adapters/tf_tensor_output_adapter.py,sha256=nSOszDmgs
|
|
922
925
|
qwak/model/analytics_logging.py,sha256=yCjuPj1mFdoYoADz9Ge56cli3yp7X0Pies3BnMjAa9o,303
|
923
926
|
qwak/model/base.py,sha256=-iVSCu3Oft9o8PjsYhKXgeMqumUTTcp8_66iYTlLAjc,2824
|
924
927
|
qwak/model/decorators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
925
|
-
qwak/model/decorators/api.py,sha256=
|
928
|
+
qwak/model/decorators/api.py,sha256=_fu8B69l69iDJSgmZSompvpi7K2QJrHMq7MQw6Qu1Bg,1933
|
926
929
|
qwak/model/decorators/impl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
927
930
|
qwak/model/decorators/impl/api_implementation.py,sha256=ccQW0rsuW_w4GbjIT3VaU7EDIWur33YWU_ekTv7sf4g,993
|
928
931
|
qwak/model/decorators/impl/timer_implementation.py,sha256=uhbZjFD6FfyvKbm5GKcIp2mRtcy9CXpYWH9rOzgb-a0,215
|
@@ -1049,6 +1052,6 @@ qwak_services_mock/mocks/workspace_manager_service_mock.py,sha256=O9ZSwln4T4kHVk
|
|
1049
1052
|
qwak_services_mock/services_mock.py,sha256=CABZ2teXoSJ-X7CD3iRo5ht-w3jhW-Cvpb47APUHXEA,19089
|
1050
1053
|
qwak_services_mock/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1051
1054
|
qwak_services_mock/utils/service_utils.py,sha256=ZlB0CnB1J6oBn6_m7fQO2U8tKoboHdUa6ljjkRMYNXU,265
|
1052
|
-
qwak_core-0.4.
|
1053
|
-
qwak_core-0.4.
|
1054
|
-
qwak_core-0.4.
|
1055
|
+
qwak_core-0.4.234.dist-info/METADATA,sha256=WjxXT8Oj3nwfbVUqGy729utPiwTSrM-KavCQHiSRToc,2150
|
1056
|
+
qwak_core-0.4.234.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
1057
|
+
qwak_core-0.4.234.dist-info/RECORD,,
|
@@ -1,36 +0,0 @@
|
|
1
|
-
# -*- coding: utf-8 -*-
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
-
# source: qwak/administration/runtime_configuration/v0/auth.proto
|
4
|
-
"""Generated protocol buffer code."""
|
5
|
-
from google.protobuf import descriptor as _descriptor
|
6
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
-
from google.protobuf import message as _message
|
8
|
-
from google.protobuf import reflection as _reflection
|
9
|
-
from google.protobuf import symbol_database as _symbol_database
|
10
|
-
# @@protoc_insertion_point(imports)
|
11
|
-
|
12
|
-
_sym_db = _symbol_database.Default()
|
13
|
-
|
14
|
-
|
15
|
-
from _qwak_proto.qwak.administration.runtime_configuration.v0 import secret_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_secret__pb2
|
16
|
-
|
17
|
-
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7qwak/administration/runtime_configuration/v0/auth.proto\x12\x31qwak.administration.runtime_configuration.v0.auth\x1a\x39qwak/administration/runtime_configuration/v0/secret.proto\"\xb5\x01\n\tBasicAuth\x12S\n\x08username\x18\x01 \x01(\x0b\x32\x41.qwak.administration.runtime_configuration.v0.secret.SecretKeyRef\x12S\n\x08password\x18\x02 \x01(\x0b\x32\x41.qwak.administration.runtime_configuration.v0.secret.SecretKeyRefB\xda\x01\n*com.jfrog.ml.runtime_configuration.v0.authP\x01Z\xa9\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0/external;runtime_configuration_v0b\x06proto3')
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
_BASICAUTH = DESCRIPTOR.message_types_by_name['BasicAuth']
|
23
|
-
BasicAuth = _reflection.GeneratedProtocolMessageType('BasicAuth', (_message.Message,), {
|
24
|
-
'DESCRIPTOR' : _BASICAUTH,
|
25
|
-
'__module__' : 'qwak.administration.runtime_configuration.v0.auth_pb2'
|
26
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.auth.BasicAuth)
|
27
|
-
})
|
28
|
-
_sym_db.RegisterMessage(BasicAuth)
|
29
|
-
|
30
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
31
|
-
|
32
|
-
DESCRIPTOR._options = None
|
33
|
-
DESCRIPTOR._serialized_options = b'\n*com.jfrog.ml.runtime_configuration.v0.authP\001Z\251\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0/external;runtime_configuration_v0'
|
34
|
-
_BASICAUTH._serialized_start=170
|
35
|
-
_BASICAUTH._serialized_end=351
|
36
|
-
# @@protoc_insertion_point(module_scope)
|
@@ -1,45 +0,0 @@
|
|
1
|
-
# -*- coding: utf-8 -*-
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
-
# source: qwak/administration/runtime_configuration/v0/secret.proto
|
4
|
-
"""Generated protocol buffer code."""
|
5
|
-
from google.protobuf import descriptor as _descriptor
|
6
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
-
from google.protobuf import message as _message
|
8
|
-
from google.protobuf import reflection as _reflection
|
9
|
-
from google.protobuf import symbol_database as _symbol_database
|
10
|
-
# @@protoc_insertion_point(imports)
|
11
|
-
|
12
|
-
_sym_db = _symbol_database.Default()
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n9qwak/administration/runtime_configuration/v0/secret.proto\x12\x33qwak.administration.runtime_configuration.v0.secret\"\x88\x01\n\x0cSecretKeyRef\x12p\n\x19kubernetes_secret_key_ref\x18\x01 \x01(\x0b\x32K.qwak.administration.runtime_configuration.v0.secret.KubernetesSecretKeyRefH\x00\x42\x06\n\x04type\"3\n\x16KubernetesSecretKeyRef\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0b\n\x03key\x18\x02 \x01(\tB\xdc\x01\n,com.jfrog.ml.runtime_configuration.v0.secretP\x01Z\xa9\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0/external;runtime_configuration_v0b\x06proto3')
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
_SECRETKEYREF = DESCRIPTOR.message_types_by_name['SecretKeyRef']
|
22
|
-
_KUBERNETESSECRETKEYREF = DESCRIPTOR.message_types_by_name['KubernetesSecretKeyRef']
|
23
|
-
SecretKeyRef = _reflection.GeneratedProtocolMessageType('SecretKeyRef', (_message.Message,), {
|
24
|
-
'DESCRIPTOR' : _SECRETKEYREF,
|
25
|
-
'__module__' : 'qwak.administration.runtime_configuration.v0.secret_pb2'
|
26
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.secret.SecretKeyRef)
|
27
|
-
})
|
28
|
-
_sym_db.RegisterMessage(SecretKeyRef)
|
29
|
-
|
30
|
-
KubernetesSecretKeyRef = _reflection.GeneratedProtocolMessageType('KubernetesSecretKeyRef', (_message.Message,), {
|
31
|
-
'DESCRIPTOR' : _KUBERNETESSECRETKEYREF,
|
32
|
-
'__module__' : 'qwak.administration.runtime_configuration.v0.secret_pb2'
|
33
|
-
# @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.secret.KubernetesSecretKeyRef)
|
34
|
-
})
|
35
|
-
_sym_db.RegisterMessage(KubernetesSecretKeyRef)
|
36
|
-
|
37
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
38
|
-
|
39
|
-
DESCRIPTOR._options = None
|
40
|
-
DESCRIPTOR._serialized_options = b'\n,com.jfrog.ml.runtime_configuration.v0.secretP\001Z\251\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0/external;runtime_configuration_v0'
|
41
|
-
_SECRETKEYREF._serialized_start=115
|
42
|
-
_SECRETKEYREF._serialized_end=251
|
43
|
-
_KUBERNETESSECRETKEYREF._serialized_start=253
|
44
|
-
_KUBERNETESSECRETKEYREF._serialized_end=304
|
45
|
-
# @@protoc_insertion_point(module_scope)
|
File without changes
|
/_qwak_proto/qwak/administration/runtime_configuration/v0/{secret_pb2.pyi → creds/secret_pb2.pyi}
RENAMED
File without changes
|
File without changes
|
File without changes
|