weave-python 0.28.2__py3-none-any.whl → 0.30.4__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.
- weave/weaveapi/auth/v1/service_pb2.py +184 -88
- weave/weaveapi/auth/v1/service_pb2.pyi +1288 -1134
- weave/weaveapi/auth/v1/service_pb2_grpc.pyi +248 -335
- weave/weaveapi/auth/v1/session_pb2.py +12 -4
- weave/weaveapi/auth/v1/session_pb2.pyi +109 -89
- weave/weaveapi/auth/v1/session_pb2_grpc.pyi +11 -10
- weave/weaveapi/auth/v1/usage_pb2.py +16 -12
- weave/weaveapi/auth/v1/usage_pb2.pyi +251 -197
- weave/weaveapi/auth/v1/usage_pb2_grpc.pyi +11 -10
- weave/weaveapi/auth/v1/user_pb2.py +58 -16
- weave/weaveapi/auth/v1/user_pb2.pyi +588 -505
- weave/weaveapi/auth/v1/user_pb2_grpc.pyi +11 -10
- weave/weaveapi/generate/v1/configuration_pb2.py +29 -17
- weave/weaveapi/generate/v1/configuration_pb2.pyi +277 -241
- weave/weaveapi/generate/v1/configuration_pb2_grpc.pyi +11 -10
- weave/weaveapi/generate/v1/generate_pb2.py +30 -4
- weave/weaveapi/generate/v1/generate_pb2.pyi +138 -40
- weave/weaveapi/generate/v1/generate_pb2_grpc.pyi +11 -10
- weave/weaveapi/generate/v1/service_pb2.py +50 -20
- weave/weaveapi/generate/v1/service_pb2.pyi +264 -135
- weave/weaveapi/generate/v1/service_pb2_grpc.py +47 -0
- weave/weaveapi/generate/v1/service_pb2_grpc.pyi +89 -78
- weave/weaveapi/llmx/v1/architecture_pb2.py +3 -3
- weave/weaveapi/llmx/v1/architecture_pb2.pyi +664 -555
- weave/weaveapi/llmx/v1/architecture_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/capabilities_pb2.py +86 -54
- weave/weaveapi/llmx/v1/capabilities_pb2.pyi +967 -852
- weave/weaveapi/llmx/v1/capabilities_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/model_pb2.py +54 -18
- weave/weaveapi/llmx/v1/model_pb2.pyi +533 -455
- weave/weaveapi/llmx/v1/model_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/pricing_pb2.py +22 -18
- weave/weaveapi/llmx/v1/pricing_pb2.pyi +194 -172
- weave/weaveapi/llmx/v1/pricing_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/provider_pb2.py +3 -3
- weave/weaveapi/llmx/v1/provider_pb2.pyi +84 -59
- weave/weaveapi/llmx/v1/provider_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/service_pb2.py +224 -86
- weave/weaveapi/llmx/v1/service_pb2.pyi +1651 -1403
- weave/weaveapi/llmx/v1/service_pb2_grpc.pyi +160 -203
- weave/weaveapi/mcpregistry/v1/server_pb2.py +14 -8
- weave/weaveapi/mcpregistry/v1/server_pb2.pyi +143 -121
- weave/weaveapi/mcpregistry/v1/server_pb2_grpc.pyi +11 -10
- weave/weaveapi/mcpregistry/v1/service_pb2.py +47 -27
- weave/weaveapi/mcpregistry/v1/service_pb2.pyi +132 -122
- weave/weaveapi/mcpregistry/v1/service_pb2_grpc.pyi +87 -112
- weave/weaveapi/payment/v1/invoice_pb2.py +36 -10
- weave/weaveapi/payment/v1/invoice_pb2.pyi +352 -291
- weave/weaveapi/payment/v1/invoice_pb2_grpc.pyi +11 -10
- weave/weaveapi/payment/v1/service_pb2.py +256 -90
- weave/weaveapi/payment/v1/service_pb2.pyi +1381 -1242
- weave/weaveapi/payment/v1/service_pb2_grpc.pyi +229 -319
- weave/weaveapi/payment/v1/subscription_pb2.py +97 -21
- weave/weaveapi/payment/v1/subscription_pb2.pyi +727 -611
- weave/weaveapi/payment/v1/subscription_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/auth_pb2.py +3 -3
- weave/weaveapi/storage/v1/auth_pb2.pyi +42 -29
- weave/weaveapi/storage/v1/auth_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/nosql_database_pb2.py +45 -21
- weave/weaveapi/storage/v1/nosql_database_pb2.pyi +438 -372
- weave/weaveapi/storage/v1/nosql_database_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/object_store_pb2.py +25 -11
- weave/weaveapi/storage/v1/object_store_pb2.pyi +203 -187
- weave/weaveapi/storage/v1/object_store_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/service_pb2.py +94 -34
- weave/weaveapi/storage/v1/service_pb2.pyi +414 -357
- weave/weaveapi/storage/v1/service_pb2_grpc.pyi +88 -107
- weave/weaveapi/storage/v1/sql_database_pb2.py +37 -21
- weave/weaveapi/storage/v1/sql_database_pb2.pyi +481 -400
- weave/weaveapi/storage/v1/sql_database_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/storage_pb2.py +18 -4
- weave/weaveapi/storage/v1/storage_pb2.pyi +79 -70
- weave/weaveapi/storage/v1/storage_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/dataset_pb2.py +10 -8
- weave/weaveapi/synthesize/v1/dataset_pb2.pyi +158 -128
- weave/weaveapi/synthesize/v1/dataset_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/inline_data_pb2.py +4 -4
- weave/weaveapi/synthesize/v1/inline_data_pb2.pyi +31 -27
- weave/weaveapi/synthesize/v1/inline_data_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/relationship_pb2.py +17 -9
- weave/weaveapi/synthesize/v1/relationship_pb2.pyi +67 -64
- weave/weaveapi/synthesize/v1/relationship_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/service_pb2.py +40 -22
- weave/weaveapi/synthesize/v1/service_pb2.pyi +202 -168
- weave/weaveapi/synthesize/v1/service_pb2_grpc.pyi +67 -79
- weave/weaveapi/synthesize/v1/training_pb2.py +17 -11
- weave/weaveapi/synthesize/v1/training_pb2.pyi +119 -106
- weave/weaveapi/synthesize/v1/training_pb2_grpc.pyi +11 -10
- weave/weavesql/llmxdb/capabilities.py +487 -0
- weave/weavesql/llmxdb/changes.py +297 -0
- weave/weavesql/llmxdb/models.py +594 -0
- weave/weavesql/llmxdb/providers.py +348 -0
- weave/weavesql/llmxdb/scraper_runs.py +287 -0
- weave/weavesql/llmxdb/search.py +721 -0
- weave/weavesql/weavedb/dataset.py +75 -0
- weave/weavesql/weavedb/models.py +135 -0
- weave/weavesql/weavedb/relationships.py +72 -0
- weave/weavesql/weavedb/storage.py +113 -0
- weave/weavesql/weavedb/synthesizer.py +107 -0
- {weave_python-0.28.2.dist-info → weave_python-0.30.4.dist-info}/METADATA +3 -3
- weave_python-0.30.4.dist-info/RECORD +131 -0
- {weave_python-0.28.2.dist-info → weave_python-0.30.4.dist-info}/WHEEL +1 -1
- weave_python-0.28.2.dist-info/RECORD +0 -120
- {weave_python-0.28.2.dist-info → weave_python-0.30.4.dist-info}/licenses/LICENSE +0 -0
|
@@ -3,181 +3,162 @@
|
|
|
3
3
|
isort:skip_file
|
|
4
4
|
"""
|
|
5
5
|
|
|
6
|
-
import abc
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
6
|
+
from collections import abc as _abc
|
|
7
|
+
from grpc import aio as _aio
|
|
8
|
+
from weaveapi.storage.v1 import service_pb2 as _service_pb2
|
|
9
|
+
import abc as _abc_1
|
|
10
|
+
import grpc as _grpc
|
|
11
|
+
import sys
|
|
12
|
+
import typing as _typing
|
|
12
13
|
|
|
13
|
-
|
|
14
|
+
if sys.version_info >= (3, 11):
|
|
15
|
+
from typing import Self as _Self
|
|
16
|
+
else:
|
|
17
|
+
from typing_extensions import Self as _Self
|
|
18
|
+
|
|
19
|
+
_T = _typing.TypeVar("_T")
|
|
14
20
|
|
|
15
21
|
class _MaybeAsyncIterator(
|
|
16
|
-
|
|
17
|
-
collections.abc.Iterator[_T],
|
|
18
|
-
metaclass=abc.ABCMeta,
|
|
22
|
+
_abc.AsyncIterator[_T], _abc.Iterator[_T], metaclass=_abc_1.ABCMeta
|
|
19
23
|
): ...
|
|
20
|
-
class _ServicerContext(
|
|
24
|
+
class _ServicerContext(_grpc.ServicerContext, _aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
21
25
|
...
|
|
22
26
|
|
|
27
|
+
GRPC_GENERATED_VERSION: str
|
|
28
|
+
GRPC_VERSION: str
|
|
29
|
+
|
|
23
30
|
class StorageStub:
|
|
24
31
|
"""Storage provides CRUD operations for managing storage configurations"""
|
|
25
32
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
33
|
+
@_typing.overload
|
|
34
|
+
def __new__(cls, channel: _grpc.Channel) -> _Self: ...
|
|
35
|
+
@_typing.overload
|
|
36
|
+
def __new__(cls, channel: _aio.Channel) -> StorageAsyncStub: ...
|
|
37
|
+
CreateStorage: _grpc.UnaryUnaryMultiCallable[
|
|
38
|
+
_service_pb2.CreateStorageRequest, _service_pb2.CreateStorageResponse
|
|
32
39
|
]
|
|
33
40
|
"""CreateStorage creates a new storage configuration"""
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
weaveapi.storage.v1.service_pb2.GetStorageRequest,
|
|
37
|
-
weaveapi.storage.v1.service_pb2.GetStorageResponse,
|
|
41
|
+
GetStorage: _grpc.UnaryUnaryMultiCallable[
|
|
42
|
+
_service_pb2.GetStorageRequest, _service_pb2.GetStorageResponse
|
|
38
43
|
]
|
|
39
44
|
"""GetStorage retrieves a storage configuration by ID"""
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
weaveapi.storage.v1.service_pb2.ListStoragesRequest,
|
|
43
|
-
weaveapi.storage.v1.service_pb2.ListStoragesResponse,
|
|
45
|
+
ListStorages: _grpc.UnaryUnaryMultiCallable[
|
|
46
|
+
_service_pb2.ListStoragesRequest, _service_pb2.ListStoragesResponse
|
|
44
47
|
]
|
|
45
48
|
"""ListStorages retrieves all storage configurations with optional filtering"""
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
weaveapi.storage.v1.service_pb2.UpdateStorageRequest,
|
|
49
|
-
weaveapi.storage.v1.service_pb2.UpdateStorageResponse,
|
|
49
|
+
UpdateStorage: _grpc.UnaryUnaryMultiCallable[
|
|
50
|
+
_service_pb2.UpdateStorageRequest, _service_pb2.UpdateStorageResponse
|
|
50
51
|
]
|
|
51
52
|
"""UpdateStorage updates an existing storage configuration"""
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
weaveapi.storage.v1.service_pb2.DeleteStorageRequest,
|
|
55
|
-
weaveapi.storage.v1.service_pb2.DeleteStorageResponse,
|
|
53
|
+
DeleteStorage: _grpc.UnaryUnaryMultiCallable[
|
|
54
|
+
_service_pb2.DeleteStorageRequest, _service_pb2.DeleteStorageResponse
|
|
56
55
|
]
|
|
57
56
|
"""DeleteStorage deletes a storage configuration by ID"""
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
weaveapi.storage.v1.service_pb2.TestStorageConnectionResponse,
|
|
57
|
+
TestStorageConnection: _grpc.UnaryUnaryMultiCallable[
|
|
58
|
+
_service_pb2.TestStorageConnectionRequest,
|
|
59
|
+
_service_pb2.TestStorageConnectionResponse,
|
|
62
60
|
]
|
|
63
61
|
"""TestStorageConnection tests the connection to a storage"""
|
|
64
62
|
|
|
65
|
-
|
|
63
|
+
@_typing.type_check_only
|
|
64
|
+
class StorageAsyncStub(StorageStub):
|
|
66
65
|
"""Storage provides CRUD operations for managing storage configurations"""
|
|
67
66
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
]
|
|
67
|
+
def __init__(self, channel: _aio.Channel) -> None: ...
|
|
68
|
+
CreateStorage: _aio.UnaryUnaryMultiCallable[
|
|
69
|
+
_service_pb2.CreateStorageRequest, _service_pb2.CreateStorageResponse
|
|
70
|
+
] # type: ignore[assignment]
|
|
72
71
|
"""CreateStorage creates a new storage configuration"""
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
weaveapi.storage.v1.service_pb2.GetStorageResponse,
|
|
77
|
-
]
|
|
72
|
+
GetStorage: _aio.UnaryUnaryMultiCallable[
|
|
73
|
+
_service_pb2.GetStorageRequest, _service_pb2.GetStorageResponse
|
|
74
|
+
] # type: ignore[assignment]
|
|
78
75
|
"""GetStorage retrieves a storage configuration by ID"""
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
weaveapi.storage.v1.service_pb2.ListStoragesResponse,
|
|
83
|
-
]
|
|
76
|
+
ListStorages: _aio.UnaryUnaryMultiCallable[
|
|
77
|
+
_service_pb2.ListStoragesRequest, _service_pb2.ListStoragesResponse
|
|
78
|
+
] # type: ignore[assignment]
|
|
84
79
|
"""ListStorages retrieves all storage configurations with optional filtering"""
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
weaveapi.storage.v1.service_pb2.UpdateStorageResponse,
|
|
89
|
-
]
|
|
80
|
+
UpdateStorage: _aio.UnaryUnaryMultiCallable[
|
|
81
|
+
_service_pb2.UpdateStorageRequest, _service_pb2.UpdateStorageResponse
|
|
82
|
+
] # type: ignore[assignment]
|
|
90
83
|
"""UpdateStorage updates an existing storage configuration"""
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
weaveapi.storage.v1.service_pb2.DeleteStorageResponse,
|
|
95
|
-
]
|
|
84
|
+
DeleteStorage: _aio.UnaryUnaryMultiCallable[
|
|
85
|
+
_service_pb2.DeleteStorageRequest, _service_pb2.DeleteStorageResponse
|
|
86
|
+
] # type: ignore[assignment]
|
|
96
87
|
"""DeleteStorage deletes a storage configuration by ID"""
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
]
|
|
88
|
+
TestStorageConnection: _aio.UnaryUnaryMultiCallable[
|
|
89
|
+
_service_pb2.TestStorageConnectionRequest,
|
|
90
|
+
_service_pb2.TestStorageConnectionResponse,
|
|
91
|
+
] # type: ignore[assignment]
|
|
102
92
|
"""TestStorageConnection tests the connection to a storage"""
|
|
103
93
|
|
|
104
|
-
class StorageServicer(metaclass=
|
|
94
|
+
class StorageServicer(metaclass=_abc_1.ABCMeta):
|
|
105
95
|
"""Storage provides CRUD operations for managing storage configurations"""
|
|
106
96
|
|
|
107
|
-
@
|
|
97
|
+
@_abc_1.abstractmethod
|
|
108
98
|
def CreateStorage(
|
|
109
99
|
self,
|
|
110
|
-
request:
|
|
100
|
+
request: _service_pb2.CreateStorageRequest,
|
|
111
101
|
context: _ServicerContext,
|
|
112
|
-
) ->
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
weaveapi.storage.v1.service_pb2.CreateStorageResponse
|
|
116
|
-
],
|
|
102
|
+
) -> _typing.Union[
|
|
103
|
+
_service_pb2.CreateStorageResponse,
|
|
104
|
+
_abc.Awaitable[_service_pb2.CreateStorageResponse],
|
|
117
105
|
]:
|
|
118
106
|
"""CreateStorage creates a new storage configuration"""
|
|
119
107
|
|
|
120
|
-
@
|
|
108
|
+
@_abc_1.abstractmethod
|
|
121
109
|
def GetStorage(
|
|
122
110
|
self,
|
|
123
|
-
request:
|
|
111
|
+
request: _service_pb2.GetStorageRequest,
|
|
124
112
|
context: _ServicerContext,
|
|
125
|
-
) ->
|
|
126
|
-
|
|
127
|
-
collections.abc.Awaitable[weaveapi.storage.v1.service_pb2.GetStorageResponse],
|
|
113
|
+
) -> _typing.Union[
|
|
114
|
+
_service_pb2.GetStorageResponse, _abc.Awaitable[_service_pb2.GetStorageResponse]
|
|
128
115
|
]:
|
|
129
116
|
"""GetStorage retrieves a storage configuration by ID"""
|
|
130
117
|
|
|
131
|
-
@
|
|
118
|
+
@_abc_1.abstractmethod
|
|
132
119
|
def ListStorages(
|
|
133
120
|
self,
|
|
134
|
-
request:
|
|
121
|
+
request: _service_pb2.ListStoragesRequest,
|
|
135
122
|
context: _ServicerContext,
|
|
136
|
-
) ->
|
|
137
|
-
|
|
138
|
-
|
|
123
|
+
) -> _typing.Union[
|
|
124
|
+
_service_pb2.ListStoragesResponse,
|
|
125
|
+
_abc.Awaitable[_service_pb2.ListStoragesResponse],
|
|
139
126
|
]:
|
|
140
127
|
"""ListStorages retrieves all storage configurations with optional filtering"""
|
|
141
128
|
|
|
142
|
-
@
|
|
129
|
+
@_abc_1.abstractmethod
|
|
143
130
|
def UpdateStorage(
|
|
144
131
|
self,
|
|
145
|
-
request:
|
|
132
|
+
request: _service_pb2.UpdateStorageRequest,
|
|
146
133
|
context: _ServicerContext,
|
|
147
|
-
) ->
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
weaveapi.storage.v1.service_pb2.UpdateStorageResponse
|
|
151
|
-
],
|
|
134
|
+
) -> _typing.Union[
|
|
135
|
+
_service_pb2.UpdateStorageResponse,
|
|
136
|
+
_abc.Awaitable[_service_pb2.UpdateStorageResponse],
|
|
152
137
|
]:
|
|
153
138
|
"""UpdateStorage updates an existing storage configuration"""
|
|
154
139
|
|
|
155
|
-
@
|
|
140
|
+
@_abc_1.abstractmethod
|
|
156
141
|
def DeleteStorage(
|
|
157
142
|
self,
|
|
158
|
-
request:
|
|
143
|
+
request: _service_pb2.DeleteStorageRequest,
|
|
159
144
|
context: _ServicerContext,
|
|
160
|
-
) ->
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
weaveapi.storage.v1.service_pb2.DeleteStorageResponse
|
|
164
|
-
],
|
|
145
|
+
) -> _typing.Union[
|
|
146
|
+
_service_pb2.DeleteStorageResponse,
|
|
147
|
+
_abc.Awaitable[_service_pb2.DeleteStorageResponse],
|
|
165
148
|
]:
|
|
166
149
|
"""DeleteStorage deletes a storage configuration by ID"""
|
|
167
150
|
|
|
168
|
-
@
|
|
151
|
+
@_abc_1.abstractmethod
|
|
169
152
|
def TestStorageConnection(
|
|
170
153
|
self,
|
|
171
|
-
request:
|
|
154
|
+
request: _service_pb2.TestStorageConnectionRequest,
|
|
172
155
|
context: _ServicerContext,
|
|
173
|
-
) ->
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
weaveapi.storage.v1.service_pb2.TestStorageConnectionResponse
|
|
177
|
-
],
|
|
156
|
+
) -> _typing.Union[
|
|
157
|
+
_service_pb2.TestStorageConnectionResponse,
|
|
158
|
+
_abc.Awaitable[_service_pb2.TestStorageConnectionResponse],
|
|
178
159
|
]:
|
|
179
160
|
"""TestStorageConnection tests the connection to a storage"""
|
|
180
161
|
|
|
181
162
|
def add_StorageServicer_to_server(
|
|
182
|
-
servicer: StorageServicer, server:
|
|
163
|
+
servicer: StorageServicer, server: _typing.Union[_grpc.Server, _aio.Server]
|
|
183
164
|
) -> None: ...
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: weaveapi/storage/v1/sql_database.proto
|
|
5
|
-
# Protobuf Python Version: 6.
|
|
5
|
+
# Protobuf Python Version: 6.33.5
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
|
|
8
8
|
from google.protobuf import descriptor as _descriptor
|
|
@@ -14,8 +14,8 @@ from google.protobuf.internal import builder as _builder
|
|
|
14
14
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
15
15
|
_runtime_version.Domain.PUBLIC,
|
|
16
16
|
6,
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
33,
|
|
18
|
+
5,
|
|
19
19
|
"",
|
|
20
20
|
"weaveapi/storage/v1/sql_database.proto",
|
|
21
21
|
)
|
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
28
|
-
b'\n&weaveapi/storage/v1/sql_database.proto\x12\x13weaveapi.storage.v1"\
|
|
28
|
+
b'\n&weaveapi/storage/v1/sql_database.proto\x12\x13weaveapi.storage.v1"\xc0\x04\n\x0bSqlDatabase\x12\x16\n\x06tables\x18\x01 \x03(\tR\x06tables\x12\x36\n\x05mysql\x18\x02 \x01(\x0b\x32\x1a.weaveapi.storage.v1.MysqlB\x02(\x01H\x00R\x05mysql\x12?\n\x08postgres\x18\x03 \x01(\x0b\x32\x1d.weaveapi.storage.v1.PostgresB\x02(\x01H\x00R\x08postgres\x12\x43\n\nsql_server\x18\x04 \x01(\x0b\x32\x1e.weaveapi.storage.v1.SqlServerB\x02(\x01H\x00R\tsqlServer\x12\x39\n\x06oracle\x18\x05 \x01(\x0b\x32\x1b.weaveapi.storage.v1.OracleB\x02(\x01H\x00R\x06oracle\x12<\n\x07mariadb\x18\x06 \x01(\x0b\x32\x1c.weaveapi.storage.v1.MariaDBB\x02(\x01H\x00R\x07mariadb\x12\x42\n\tsnowflake\x18\x07 \x01(\x0b\x32\x1e.weaveapi.storage.v1.SnowflakeB\x02(\x01H\x00R\tsnowflake\x12@\n\tbig_query\x18\x08 \x01(\x0b\x32\x1d.weaveapi.storage.v1.BigQueryB\x02(\x01H\x00R\x08\x62igQuery\x12\x45\n\ndatabricks\x18\t \x01(\x0b\x32\x1f.weaveapi.storage.v1.DatabricksB\x02(\x01H\x00R\ndatabricksB\x15\n\x13relational_database"\xa4\x01\n\x05Mysql\x12\x12\n\x04host\x18\x01 \x01(\tR\x04host\x12\x12\n\x04port\x18\x02 \x01(\x05R\x04port\x12\x1a\n\x08\x64\x61tabase\x18\x03 \x01(\tR\x08\x64\x61tabase\x12\x1a\n\x08username\x18\x04 \x01(\tR\x08username\x12\x1a\n\x08password\x18\x05 \x01(\tR\x08password\x12\x1f\n\x0bssl_enabled\x18\x06 \x01(\x08R\nsslEnabled"\xa7\x01\n\x08Postgres\x12\x12\n\x04host\x18\x01 \x01(\tR\x04host\x12\x12\n\x04port\x18\x02 \x01(\x05R\x04port\x12\x1a\n\x08\x64\x61tabase\x18\x03 \x01(\tR\x08\x64\x61tabase\x12\x1a\n\x08username\x18\x04 \x01(\tR\x08username\x12\x1a\n\x08password\x18\x05 \x01(\tR\x08password\x12\x1f\n\x0bssl_enabled\x18\x06 \x01(\x08R\nsslEnabled"\xb6\x01\n\tSqlServer\x12\x12\n\x04host\x18\x01 \x01(\tR\x04host\x12\x12\n\x04port\x18\x02 \x01(\x05R\x04port\x12\x1a\n\x08\x64\x61tabase\x18\x03 \x01(\tR\x08\x64\x61tabase\x12\x1a\n\x08username\x18\x04 \x01(\tR\x08username\x12\x1a\n\x08password\x18\x05 \x01(\tR\x08password\x12-\n\x12\x65ncrypt_connection\x18\x06 \x01(\x08R\x11\x65ncryptConnection"m\n\x06Oracle\x12+\n\x11\x63onnection_string\x18\x01 \x01(\tR\x10\x63onnectionString\x12\x1a\n\x08username\x18\x02 \x01(\tR\x08username\x12\x1a\n\x08password\x18\x03 \x01(\tR\x08password"\xa6\x01\n\x07MariaDB\x12\x12\n\x04host\x18\x01 \x01(\tR\x04host\x12\x12\n\x04port\x18\x02 \x01(\x05R\x04port\x12\x1a\n\x08\x64\x61tabase\x18\x03 \x01(\tR\x08\x64\x61tabase\x12\x1a\n\x08username\x18\x04 \x01(\tR\x08username\x12\x1a\n\x08password\x18\x05 \x01(\tR\x08password\x12\x1f\n\x0bssl_enabled\x18\x06 \x01(\x08R\nsslEnabled"\xc3\x01\n\tSnowflake\x12\x18\n\x07\x61\x63\x63ount\x18\x01 \x01(\tR\x07\x61\x63\x63ount\x12\x1c\n\twarehouse\x18\x02 \x01(\tR\twarehouse\x12\x1a\n\x08\x64\x61tabase\x18\x03 \x01(\tR\x08\x64\x61tabase\x12\x16\n\x06schema\x18\x04 \x01(\tR\x06schema\x12\x12\n\x04role\x18\x05 \x01(\tR\x04role\x12\x1a\n\x08username\x18\x06 \x01(\tR\x08username\x12\x1a\n\x08password\x18\x07 \x01(\tR\x08password"\xb9\x01\n\x08\x42igQuery\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId\x12\x18\n\x07\x64\x61taset\x18\x02 \x01(\tR\x07\x64\x61taset\x12\x32\n\x14service_account_json\x18\n \x01(\tH\x00R\x12serviceAccountJson\x12\x38\n\x17use_application_default\x18\x0b \x01(\x08H\x00R\x15useApplicationDefaultB\x06\n\x04\x61uth"S\n\nDatabricks\x12\x12\n\x04host\x18\x01 \x01(\tR\x04host\x12\x1b\n\thttp_path\x18\x02 \x01(\tR\x08httpPath\x12\x14\n\x05token\x18\x03 \x01(\tR\x05tokenB\xd5\x01\n\x17\x63om.weaveapi.storage.v1B\x10SqlDatabaseProtoP\x01Z:github.com/weave-labs/weave-go/weaveapi/storage/v1;storage\xa2\x02\x03WSX\xaa\x02\x13Weaveapi.Storage.V1\xca\x02\x13Weaveapi\\Storage\\V1\xe2\x02\x1fWeaveapi\\Storage\\V1\\GPBMetadata\xea\x02\x15Weaveapi::Storage::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
29
29
|
)
|
|
30
30
|
|
|
31
31
|
_globals = globals()
|
|
@@ -38,22 +38,38 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
38
38
|
_globals[
|
|
39
39
|
"DESCRIPTOR"
|
|
40
40
|
]._serialized_options = b"\n\027com.weaveapi.storage.v1B\020SqlDatabaseProtoP\001Z:github.com/weave-labs/weave-go/weaveapi/storage/v1;storage\242\002\003WSX\252\002\023Weaveapi.Storage.V1\312\002\023Weaveapi\\Storage\\V1\342\002\037Weaveapi\\Storage\\V1\\GPBMetadata\352\002\025Weaveapi::Storage::V1"
|
|
41
|
+
_globals["_SQLDATABASE"].fields_by_name["mysql"]._loaded_options = None
|
|
42
|
+
_globals["_SQLDATABASE"].fields_by_name["mysql"]._serialized_options = b"(\001"
|
|
43
|
+
_globals["_SQLDATABASE"].fields_by_name["postgres"]._loaded_options = None
|
|
44
|
+
_globals["_SQLDATABASE"].fields_by_name["postgres"]._serialized_options = b"(\001"
|
|
45
|
+
_globals["_SQLDATABASE"].fields_by_name["sql_server"]._loaded_options = None
|
|
46
|
+
_globals["_SQLDATABASE"].fields_by_name["sql_server"]._serialized_options = b"(\001"
|
|
47
|
+
_globals["_SQLDATABASE"].fields_by_name["oracle"]._loaded_options = None
|
|
48
|
+
_globals["_SQLDATABASE"].fields_by_name["oracle"]._serialized_options = b"(\001"
|
|
49
|
+
_globals["_SQLDATABASE"].fields_by_name["mariadb"]._loaded_options = None
|
|
50
|
+
_globals["_SQLDATABASE"].fields_by_name["mariadb"]._serialized_options = b"(\001"
|
|
51
|
+
_globals["_SQLDATABASE"].fields_by_name["snowflake"]._loaded_options = None
|
|
52
|
+
_globals["_SQLDATABASE"].fields_by_name["snowflake"]._serialized_options = b"(\001"
|
|
53
|
+
_globals["_SQLDATABASE"].fields_by_name["big_query"]._loaded_options = None
|
|
54
|
+
_globals["_SQLDATABASE"].fields_by_name["big_query"]._serialized_options = b"(\001"
|
|
55
|
+
_globals["_SQLDATABASE"].fields_by_name["databricks"]._loaded_options = None
|
|
56
|
+
_globals["_SQLDATABASE"].fields_by_name["databricks"]._serialized_options = b"(\001"
|
|
41
57
|
_globals["_SQLDATABASE"]._serialized_start = 64
|
|
42
|
-
_globals["_SQLDATABASE"]._serialized_end =
|
|
43
|
-
_globals["_MYSQL"]._serialized_start =
|
|
44
|
-
_globals["_MYSQL"]._serialized_end =
|
|
45
|
-
_globals["_POSTGRES"]._serialized_start =
|
|
46
|
-
_globals["_POSTGRES"]._serialized_end =
|
|
47
|
-
_globals["_SQLSERVER"]._serialized_start =
|
|
48
|
-
_globals["_SQLSERVER"]._serialized_end =
|
|
49
|
-
_globals["_ORACLE"]._serialized_start =
|
|
50
|
-
_globals["_ORACLE"]._serialized_end =
|
|
51
|
-
_globals["_MARIADB"]._serialized_start =
|
|
52
|
-
_globals["_MARIADB"]._serialized_end =
|
|
53
|
-
_globals["_SNOWFLAKE"]._serialized_start =
|
|
54
|
-
_globals["_SNOWFLAKE"]._serialized_end =
|
|
55
|
-
_globals["_BIGQUERY"]._serialized_start =
|
|
56
|
-
_globals["_BIGQUERY"]._serialized_end =
|
|
57
|
-
_globals["_DATABRICKS"]._serialized_start =
|
|
58
|
-
_globals["_DATABRICKS"]._serialized_end =
|
|
58
|
+
_globals["_SQLDATABASE"]._serialized_end = 640
|
|
59
|
+
_globals["_MYSQL"]._serialized_start = 643
|
|
60
|
+
_globals["_MYSQL"]._serialized_end = 807
|
|
61
|
+
_globals["_POSTGRES"]._serialized_start = 810
|
|
62
|
+
_globals["_POSTGRES"]._serialized_end = 977
|
|
63
|
+
_globals["_SQLSERVER"]._serialized_start = 980
|
|
64
|
+
_globals["_SQLSERVER"]._serialized_end = 1162
|
|
65
|
+
_globals["_ORACLE"]._serialized_start = 1164
|
|
66
|
+
_globals["_ORACLE"]._serialized_end = 1273
|
|
67
|
+
_globals["_MARIADB"]._serialized_start = 1276
|
|
68
|
+
_globals["_MARIADB"]._serialized_end = 1442
|
|
69
|
+
_globals["_SNOWFLAKE"]._serialized_start = 1445
|
|
70
|
+
_globals["_SNOWFLAKE"]._serialized_end = 1640
|
|
71
|
+
_globals["_BIGQUERY"]._serialized_start = 1643
|
|
72
|
+
_globals["_BIGQUERY"]._serialized_end = 1828
|
|
73
|
+
_globals["_DATABRICKS"]._serialized_start = 1830
|
|
74
|
+
_globals["_DATABRICKS"]._serialized_end = 1913
|
|
59
75
|
# @@protoc_insertion_point(module_scope)
|