weave-python 0.28.1__py3-none-any.whl → 0.30.3__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.
Files changed (105) hide show
  1. weave/weaveapi/auth/v1/service_pb2.py +194 -98
  2. weave/weaveapi/auth/v1/service_pb2.pyi +1288 -1134
  3. weave/weaveapi/auth/v1/service_pb2_grpc.pyi +248 -335
  4. weave/weaveapi/auth/v1/session_pb2.py +14 -6
  5. weave/weaveapi/auth/v1/session_pb2.pyi +109 -89
  6. weave/weaveapi/auth/v1/session_pb2_grpc.pyi +11 -10
  7. weave/weaveapi/auth/v1/usage_pb2.py +18 -14
  8. weave/weaveapi/auth/v1/usage_pb2.pyi +251 -197
  9. weave/weaveapi/auth/v1/usage_pb2_grpc.pyi +11 -10
  10. weave/weaveapi/auth/v1/user_pb2.py +60 -18
  11. weave/weaveapi/auth/v1/user_pb2.pyi +588 -505
  12. weave/weaveapi/auth/v1/user_pb2_grpc.pyi +11 -10
  13. weave/weaveapi/generate/v1/configuration_pb2.py +31 -19
  14. weave/weaveapi/generate/v1/configuration_pb2.pyi +277 -241
  15. weave/weaveapi/generate/v1/configuration_pb2_grpc.pyi +11 -10
  16. weave/weaveapi/generate/v1/generate_pb2.py +32 -6
  17. weave/weaveapi/generate/v1/generate_pb2.pyi +138 -40
  18. weave/weaveapi/generate/v1/generate_pb2_grpc.pyi +11 -10
  19. weave/weaveapi/generate/v1/service_pb2.py +52 -22
  20. weave/weaveapi/generate/v1/service_pb2.pyi +264 -135
  21. weave/weaveapi/generate/v1/service_pb2_grpc.py +47 -0
  22. weave/weaveapi/generate/v1/service_pb2_grpc.pyi +89 -78
  23. weave/weaveapi/llmx/v1/architecture_pb2.py +42 -42
  24. weave/weaveapi/llmx/v1/architecture_pb2.pyi +664 -555
  25. weave/weaveapi/llmx/v1/architecture_pb2_grpc.pyi +11 -10
  26. weave/weaveapi/llmx/v1/capabilities_pb2.py +88 -56
  27. weave/weaveapi/llmx/v1/capabilities_pb2.pyi +967 -852
  28. weave/weaveapi/llmx/v1/capabilities_pb2_grpc.pyi +11 -10
  29. weave/weaveapi/llmx/v1/model_pb2.py +56 -20
  30. weave/weaveapi/llmx/v1/model_pb2.pyi +533 -455
  31. weave/weaveapi/llmx/v1/model_pb2_grpc.pyi +11 -10
  32. weave/weaveapi/llmx/v1/pricing_pb2.py +24 -20
  33. weave/weaveapi/llmx/v1/pricing_pb2.pyi +194 -172
  34. weave/weaveapi/llmx/v1/pricing_pb2_grpc.pyi +11 -10
  35. weave/weaveapi/llmx/v1/provider_pb2.py +6 -6
  36. weave/weaveapi/llmx/v1/provider_pb2.pyi +84 -59
  37. weave/weaveapi/llmx/v1/provider_pb2_grpc.pyi +11 -10
  38. weave/weaveapi/llmx/v1/service_pb2.py +228 -90
  39. weave/weaveapi/llmx/v1/service_pb2.pyi +1651 -1403
  40. weave/weaveapi/llmx/v1/service_pb2_grpc.pyi +160 -203
  41. weave/weaveapi/mcpregistry/v1/server_pb2.py +16 -10
  42. weave/weaveapi/mcpregistry/v1/server_pb2.pyi +143 -121
  43. weave/weaveapi/mcpregistry/v1/server_pb2_grpc.pyi +11 -10
  44. weave/weaveapi/mcpregistry/v1/service_pb2.py +51 -31
  45. weave/weaveapi/mcpregistry/v1/service_pb2.pyi +132 -122
  46. weave/weaveapi/mcpregistry/v1/service_pb2_grpc.pyi +87 -112
  47. weave/weaveapi/payment/v1/invoice_pb2.py +38 -12
  48. weave/weaveapi/payment/v1/invoice_pb2.pyi +352 -291
  49. weave/weaveapi/payment/v1/invoice_pb2_grpc.pyi +11 -10
  50. weave/weaveapi/payment/v1/service_pb2.py +264 -98
  51. weave/weaveapi/payment/v1/service_pb2.pyi +1381 -1242
  52. weave/weaveapi/payment/v1/service_pb2_grpc.pyi +229 -319
  53. weave/weaveapi/payment/v1/subscription_pb2.py +99 -23
  54. weave/weaveapi/payment/v1/subscription_pb2.pyi +727 -611
  55. weave/weaveapi/payment/v1/subscription_pb2_grpc.pyi +11 -10
  56. weave/weaveapi/storage/v1/auth_pb2.py +6 -6
  57. weave/weaveapi/storage/v1/auth_pb2.pyi +42 -29
  58. weave/weaveapi/storage/v1/auth_pb2_grpc.pyi +11 -10
  59. weave/weaveapi/storage/v1/nosql_database_pb2.py +47 -23
  60. weave/weaveapi/storage/v1/nosql_database_pb2.pyi +438 -372
  61. weave/weaveapi/storage/v1/nosql_database_pb2_grpc.pyi +11 -10
  62. weave/weaveapi/storage/v1/object_store_pb2.py +27 -13
  63. weave/weaveapi/storage/v1/object_store_pb2.pyi +203 -187
  64. weave/weaveapi/storage/v1/object_store_pb2_grpc.pyi +11 -10
  65. weave/weaveapi/storage/v1/service_pb2.py +96 -36
  66. weave/weaveapi/storage/v1/service_pb2.pyi +414 -357
  67. weave/weaveapi/storage/v1/service_pb2_grpc.pyi +88 -107
  68. weave/weaveapi/storage/v1/sql_database_pb2.py +39 -23
  69. weave/weaveapi/storage/v1/sql_database_pb2.pyi +481 -400
  70. weave/weaveapi/storage/v1/sql_database_pb2_grpc.pyi +11 -10
  71. weave/weaveapi/storage/v1/storage_pb2.py +20 -6
  72. weave/weaveapi/storage/v1/storage_pb2.pyi +79 -70
  73. weave/weaveapi/storage/v1/storage_pb2_grpc.pyi +11 -10
  74. weave/weaveapi/synthesize/v1/dataset_pb2.py +14 -12
  75. weave/weaveapi/synthesize/v1/dataset_pb2.pyi +158 -128
  76. weave/weaveapi/synthesize/v1/dataset_pb2_grpc.pyi +11 -10
  77. weave/weaveapi/synthesize/v1/inline_data_pb2.py +9 -9
  78. weave/weaveapi/synthesize/v1/inline_data_pb2.pyi +31 -27
  79. weave/weaveapi/synthesize/v1/inline_data_pb2_grpc.pyi +11 -10
  80. weave/weaveapi/synthesize/v1/relationship_pb2.py +19 -11
  81. weave/weaveapi/synthesize/v1/relationship_pb2.pyi +67 -64
  82. weave/weaveapi/synthesize/v1/relationship_pb2_grpc.pyi +11 -10
  83. weave/weaveapi/synthesize/v1/service_pb2.py +42 -24
  84. weave/weaveapi/synthesize/v1/service_pb2.pyi +202 -168
  85. weave/weaveapi/synthesize/v1/service_pb2_grpc.pyi +67 -79
  86. weave/weaveapi/synthesize/v1/training_pb2.py +19 -13
  87. weave/weaveapi/synthesize/v1/training_pb2.pyi +119 -106
  88. weave/weaveapi/synthesize/v1/training_pb2_grpc.pyi +11 -10
  89. weave/weavesql/llmxdb/capabilities.py +487 -0
  90. weave/weavesql/llmxdb/changes.py +297 -0
  91. weave/weavesql/llmxdb/models.py +594 -0
  92. weave/weavesql/llmxdb/providers.py +348 -0
  93. weave/weavesql/llmxdb/scraper_runs.py +287 -0
  94. weave/weavesql/llmxdb/search.py +721 -0
  95. weave/weavesql/weavedb/dataset.py +75 -0
  96. weave/weavesql/weavedb/models.py +135 -0
  97. weave/weavesql/weavedb/relationships.py +72 -0
  98. weave/weavesql/weavedb/storage.py +113 -0
  99. weave/weavesql/weavedb/synthesizer.py +107 -0
  100. weave_python-0.30.3.dist-info/METADATA +52 -0
  101. weave_python-0.30.3.dist-info/RECORD +131 -0
  102. {weave_python-0.28.1.dist-info → weave_python-0.30.3.dist-info}/WHEEL +1 -1
  103. weave_python-0.30.3.dist-info/licenses/LICENSE +120 -0
  104. weave_python-0.28.1.dist-info/METADATA +0 -6
  105. weave_python-0.28.1.dist-info/RECORD +0 -119
@@ -3,181 +3,162 @@
3
3
  isort:skip_file
4
4
  """
5
5
 
6
- import abc
7
- import collections.abc
8
- import grpc
9
- import grpc.aio
10
- import typing
11
- import weaveapi.storage.v1.service_pb2
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
- _T = typing.TypeVar("_T")
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
- collections.abc.AsyncIterator[_T],
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(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
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
- def __init__(
27
- self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]
28
- ) -> None: ...
29
- CreateStorage: grpc.UnaryUnaryMultiCallable[
30
- weaveapi.storage.v1.service_pb2.CreateStorageRequest,
31
- weaveapi.storage.v1.service_pb2.CreateStorageResponse,
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
- GetStorage: grpc.UnaryUnaryMultiCallable[
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
- ListStorages: grpc.UnaryUnaryMultiCallable[
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
- UpdateStorage: grpc.UnaryUnaryMultiCallable[
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
- DeleteStorage: grpc.UnaryUnaryMultiCallable[
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
- TestStorageConnection: grpc.UnaryUnaryMultiCallable[
60
- weaveapi.storage.v1.service_pb2.TestStorageConnectionRequest,
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
- class StorageAsyncStub:
63
+ @_typing.type_check_only
64
+ class StorageAsyncStub(StorageStub):
66
65
  """Storage provides CRUD operations for managing storage configurations"""
67
66
 
68
- CreateStorage: grpc.aio.UnaryUnaryMultiCallable[
69
- weaveapi.storage.v1.service_pb2.CreateStorageRequest,
70
- weaveapi.storage.v1.service_pb2.CreateStorageResponse,
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
- GetStorage: grpc.aio.UnaryUnaryMultiCallable[
75
- weaveapi.storage.v1.service_pb2.GetStorageRequest,
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
- ListStorages: grpc.aio.UnaryUnaryMultiCallable[
81
- weaveapi.storage.v1.service_pb2.ListStoragesRequest,
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
- UpdateStorage: grpc.aio.UnaryUnaryMultiCallable[
87
- weaveapi.storage.v1.service_pb2.UpdateStorageRequest,
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
- DeleteStorage: grpc.aio.UnaryUnaryMultiCallable[
93
- weaveapi.storage.v1.service_pb2.DeleteStorageRequest,
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
- TestStorageConnection: grpc.aio.UnaryUnaryMultiCallable[
99
- weaveapi.storage.v1.service_pb2.TestStorageConnectionRequest,
100
- weaveapi.storage.v1.service_pb2.TestStorageConnectionResponse,
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=abc.ABCMeta):
94
+ class StorageServicer(metaclass=_abc_1.ABCMeta):
105
95
  """Storage provides CRUD operations for managing storage configurations"""
106
96
 
107
- @abc.abstractmethod
97
+ @_abc_1.abstractmethod
108
98
  def CreateStorage(
109
99
  self,
110
- request: weaveapi.storage.v1.service_pb2.CreateStorageRequest,
100
+ request: _service_pb2.CreateStorageRequest,
111
101
  context: _ServicerContext,
112
- ) -> typing.Union[
113
- weaveapi.storage.v1.service_pb2.CreateStorageResponse,
114
- collections.abc.Awaitable[
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
- @abc.abstractmethod
108
+ @_abc_1.abstractmethod
121
109
  def GetStorage(
122
110
  self,
123
- request: weaveapi.storage.v1.service_pb2.GetStorageRequest,
111
+ request: _service_pb2.GetStorageRequest,
124
112
  context: _ServicerContext,
125
- ) -> typing.Union[
126
- weaveapi.storage.v1.service_pb2.GetStorageResponse,
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
- @abc.abstractmethod
118
+ @_abc_1.abstractmethod
132
119
  def ListStorages(
133
120
  self,
134
- request: weaveapi.storage.v1.service_pb2.ListStoragesRequest,
121
+ request: _service_pb2.ListStoragesRequest,
135
122
  context: _ServicerContext,
136
- ) -> typing.Union[
137
- weaveapi.storage.v1.service_pb2.ListStoragesResponse,
138
- collections.abc.Awaitable[weaveapi.storage.v1.service_pb2.ListStoragesResponse],
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
- @abc.abstractmethod
129
+ @_abc_1.abstractmethod
143
130
  def UpdateStorage(
144
131
  self,
145
- request: weaveapi.storage.v1.service_pb2.UpdateStorageRequest,
132
+ request: _service_pb2.UpdateStorageRequest,
146
133
  context: _ServicerContext,
147
- ) -> typing.Union[
148
- weaveapi.storage.v1.service_pb2.UpdateStorageResponse,
149
- collections.abc.Awaitable[
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
- @abc.abstractmethod
140
+ @_abc_1.abstractmethod
156
141
  def DeleteStorage(
157
142
  self,
158
- request: weaveapi.storage.v1.service_pb2.DeleteStorageRequest,
143
+ request: _service_pb2.DeleteStorageRequest,
159
144
  context: _ServicerContext,
160
- ) -> typing.Union[
161
- weaveapi.storage.v1.service_pb2.DeleteStorageResponse,
162
- collections.abc.Awaitable[
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
- @abc.abstractmethod
151
+ @_abc_1.abstractmethod
169
152
  def TestStorageConnection(
170
153
  self,
171
- request: weaveapi.storage.v1.service_pb2.TestStorageConnectionRequest,
154
+ request: _service_pb2.TestStorageConnectionRequest,
172
155
  context: _ServicerContext,
173
- ) -> typing.Union[
174
- weaveapi.storage.v1.service_pb2.TestStorageConnectionResponse,
175
- collections.abc.Awaitable[
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: typing.Union[grpc.Server, grpc.aio.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.32.0
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
- 32,
18
- 0,
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"\xa0\x04\n\x0bSqlDatabase\x12\x16\n\x06tables\x18\x01 \x03(\tR\x06tables\x12\x32\n\x05mysql\x18\x02 \x01(\x0b\x32\x1a.weaveapi.storage.v1.MysqlH\x00R\x05mysql\x12;\n\x08postgres\x18\x03 \x01(\x0b\x32\x1d.weaveapi.storage.v1.PostgresH\x00R\x08postgres\x12?\n\nsql_server\x18\x04 \x01(\x0b\x32\x1e.weaveapi.storage.v1.SqlServerH\x00R\tsqlServer\x12\x35\n\x06oracle\x18\x05 \x01(\x0b\x32\x1b.weaveapi.storage.v1.OracleH\x00R\x06oracle\x12\x38\n\x07mariadb\x18\x06 \x01(\x0b\x32\x1c.weaveapi.storage.v1.MariaDBH\x00R\x07mariadb\x12>\n\tsnowflake\x18\x07 \x01(\x0b\x32\x1e.weaveapi.storage.v1.SnowflakeH\x00R\tsnowflake\x12<\n\tbig_query\x18\x08 \x01(\x0b\x32\x1d.weaveapi.storage.v1.BigQueryH\x00R\x08\x62igQuery\x12\x41\n\ndatabricks\x18\t \x01(\x0b\x32\x1f.weaveapi.storage.v1.DatabricksH\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\x06proto3'
28
+ b'\n&weaveapi/storage/v1/sql_database.proto\x12\x13weaveapi.storage.v1\x1a!google/protobuf/go_features.proto"\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\xdd\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::V1\x92\x03\x05\xd2>\x02\x10\x03\x62\x08\x65\x64itionsp\xe8\x07'
29
29
  )
30
30
 
31
31
  _globals = globals()
@@ -37,23 +37,39 @@ if not _descriptor._USE_C_DESCRIPTORS:
37
37
  _globals["DESCRIPTOR"]._loaded_options = None
38
38
  _globals[
39
39
  "DESCRIPTOR"
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"]._serialized_start = 64
42
- _globals["_SQLDATABASE"]._serialized_end = 608
43
- _globals["_MYSQL"]._serialized_start = 611
44
- _globals["_MYSQL"]._serialized_end = 775
45
- _globals["_POSTGRES"]._serialized_start = 778
46
- _globals["_POSTGRES"]._serialized_end = 945
47
- _globals["_SQLSERVER"]._serialized_start = 948
48
- _globals["_SQLSERVER"]._serialized_end = 1130
49
- _globals["_ORACLE"]._serialized_start = 1132
50
- _globals["_ORACLE"]._serialized_end = 1241
51
- _globals["_MARIADB"]._serialized_start = 1244
52
- _globals["_MARIADB"]._serialized_end = 1410
53
- _globals["_SNOWFLAKE"]._serialized_start = 1413
54
- _globals["_SNOWFLAKE"]._serialized_end = 1608
55
- _globals["_BIGQUERY"]._serialized_start = 1611
56
- _globals["_BIGQUERY"]._serialized_end = 1796
57
- _globals["_DATABRICKS"]._serialized_start = 1798
58
- _globals["_DATABRICKS"]._serialized_end = 1881
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\222\003\005\322>\002\020\003"
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"
57
+ _globals["_SQLDATABASE"]._serialized_start = 99
58
+ _globals["_SQLDATABASE"]._serialized_end = 675
59
+ _globals["_MYSQL"]._serialized_start = 678
60
+ _globals["_MYSQL"]._serialized_end = 842
61
+ _globals["_POSTGRES"]._serialized_start = 845
62
+ _globals["_POSTGRES"]._serialized_end = 1012
63
+ _globals["_SQLSERVER"]._serialized_start = 1015
64
+ _globals["_SQLSERVER"]._serialized_end = 1197
65
+ _globals["_ORACLE"]._serialized_start = 1199
66
+ _globals["_ORACLE"]._serialized_end = 1308
67
+ _globals["_MARIADB"]._serialized_start = 1311
68
+ _globals["_MARIADB"]._serialized_end = 1477
69
+ _globals["_SNOWFLAKE"]._serialized_start = 1480
70
+ _globals["_SNOWFLAKE"]._serialized_end = 1675
71
+ _globals["_BIGQUERY"]._serialized_start = 1678
72
+ _globals["_BIGQUERY"]._serialized_end = 1863
73
+ _globals["_DATABRICKS"]._serialized_start = 1865
74
+ _globals["_DATABRICKS"]._serialized_end = 1948
59
75
  # @@protoc_insertion_point(module_scope)