dbt-protos 0.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright 2025 dbt Labs, Inc.
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
@@ -0,0 +1,32 @@
1
+ Metadata-Version: 2.4
2
+ Name: dbt-protos
3
+ Version: 0.0.1
4
+ Summary: Public proto bindings for dbt
5
+ Home-page: https://github.com/dbt-labs/proto-python-public
6
+ Author: dbt Labs, Inc.
7
+ Author-email: info@dbtlabs.com
8
+ License: Apache-2.0
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Operating System :: OS Independent
11
+ Classifier: License :: OSI Approved :: Apache Software License
12
+ Requires-Python: >=3.6
13
+ Description-Content-Type: text/markdown
14
+ License-File: LICENSE
15
+ Requires-Dist: protobuf>=3.17.1
16
+ Dynamic: author
17
+ Dynamic: author-email
18
+ Dynamic: classifier
19
+ Dynamic: description
20
+ Dynamic: description-content-type
21
+ Dynamic: home-page
22
+ Dynamic: license
23
+ Dynamic: license-file
24
+ Dynamic: requires-dist
25
+ Dynamic: requires-python
26
+ Dynamic: summary
27
+
28
+ # dbt public protos
29
+
30
+ This repo is 100% generated by https://github.com/dbt-labs/proto.
31
+
32
+ Generated code for python protobuf usage.
@@ -0,0 +1,5 @@
1
+ # dbt public protos
2
+
3
+ This repo is 100% generated by https://github.com/dbt-labs/proto.
4
+
5
+ Generated code for python protobuf usage.
@@ -0,0 +1,32 @@
1
+ Metadata-Version: 2.4
2
+ Name: dbt-protos
3
+ Version: 0.0.1
4
+ Summary: Public proto bindings for dbt
5
+ Home-page: https://github.com/dbt-labs/proto-python-public
6
+ Author: dbt Labs, Inc.
7
+ Author-email: info@dbtlabs.com
8
+ License: Apache-2.0
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Operating System :: OS Independent
11
+ Classifier: License :: OSI Approved :: Apache Software License
12
+ Requires-Python: >=3.6
13
+ Description-Content-Type: text/markdown
14
+ License-File: LICENSE
15
+ Requires-Dist: protobuf>=3.17.1
16
+ Dynamic: author
17
+ Dynamic: author-email
18
+ Dynamic: classifier
19
+ Dynamic: description
20
+ Dynamic: description-content-type
21
+ Dynamic: home-page
22
+ Dynamic: license
23
+ Dynamic: license-file
24
+ Dynamic: requires-dist
25
+ Dynamic: requires-python
26
+ Dynamic: summary
27
+
28
+ # dbt public protos
29
+
30
+ This repo is 100% generated by https://github.com/dbt-labs/proto.
31
+
32
+ Generated code for python protobuf usage.
@@ -0,0 +1,21 @@
1
+ LICENSE
2
+ README.md
3
+ setup.py
4
+ dbt_protos.egg-info/PKG-INFO
5
+ dbt_protos.egg-info/SOURCES.txt
6
+ dbt_protos.egg-info/dependency_links.txt
7
+ dbt_protos.egg-info/requires.txt
8
+ dbt_protos.egg-info/top_level.txt
9
+ dbtlabs/proto/public/v1/py.typed
10
+ dbtlabs/proto/public/v1/events/py.typed
11
+ dbtlabs/proto/public/v1/fields/adapter_types_pb2.py
12
+ dbtlabs/proto/public/v1/fields/adapter_types_pb2.pyi
13
+ dbtlabs/proto/public/v1/fields/adapter_types_pb2_grpc.py
14
+ dbtlabs/proto/public/v1/fields/common_types_pb2.py
15
+ dbtlabs/proto/public/v1/fields/common_types_pb2.pyi
16
+ dbtlabs/proto/public/v1/fields/common_types_pb2_grpc.py
17
+ dbtlabs/proto/public/v1/fields/core_types_pb2.py
18
+ dbtlabs/proto/public/v1/fields/core_types_pb2.pyi
19
+ dbtlabs/proto/public/v1/fields/core_types_pb2_grpc.py
20
+ dbtlabs/proto/public/v1/fields/py.typed
21
+ dbtlabs/proto/public/v1/records/py.typed
@@ -0,0 +1 @@
1
+ protobuf>=3.17.1
@@ -0,0 +1,3 @@
1
+ dbtlabs
2
+ dist
3
+ requirements
@@ -0,0 +1,211 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: dbtlabs/proto/public/v1/fields/adapter_types.proto
4
+ # Protobuf Python Version: 5.26.1
5
+ """Generated protocol buffer code."""
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ from google.protobuf.internal import builder as _builder
10
+ # @@protoc_insertion_point(imports)
11
+
12
+ _sym_db = _symbol_database.Default()
13
+
14
+
15
+ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
16
+ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
17
+
18
+
19
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2dbtlabs/proto/public/v1/fields/adapter_types.proto\x12\x1ev1.public.fields.adapter_types\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xbe\x02\n\x16\x41\x64\x61pterCommonEventInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04\x63ode\x18\x02 \x01(\t\x12\x0b\n\x03msg\x18\x03 \x01(\t\x12\r\n\x05level\x18\x04 \x01(\t\x12\x15\n\rinvocation_id\x18\x05 \x01(\t\x12\x0b\n\x03pid\x18\x06 \x01(\x05\x12\x0e\n\x06thread\x18\x07 \x01(\t\x12&\n\x02ts\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12P\n\x05\x65xtra\x18\t \x03(\x0b\x32\x41.v1.public.fields.adapter_types.AdapterCommonEventInfo.ExtraEntry\x12\x10\n\x08\x63\x61tegory\x18\n \x01(\t\x1a,\n\nExtraEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"]\n\x13\x41\x64\x61pterNodeRelation\x12\x10\n\x08\x64\x61tabase\x18\n \x01(\t\x12\x0e\n\x06schema\x18\x0b \x01(\t\x12\r\n\x05\x61lias\x18\x0c \x01(\t\x12\x15\n\rrelation_name\x18\r \x01(\t\"\xc9\x02\n\x0f\x41\x64\x61pterNodeInfo\x12\x11\n\tnode_path\x18\x01 \x01(\t\x12\x11\n\tnode_name\x18\x02 \x01(\t\x12\x11\n\tunique_id\x18\x03 \x01(\t\x12\x15\n\rresource_type\x18\x04 \x01(\t\x12\x14\n\x0cmaterialized\x18\x05 \x01(\t\x12\x13\n\x0bnode_status\x18\x06 \x01(\t\x12\x17\n\x0fnode_started_at\x18\x07 \x01(\t\x12\x18\n\x10node_finished_at\x18\x08 \x01(\t\x12%\n\x04meta\x18\t \x01(\x0b\x32\x17.google.protobuf.Struct\x12J\n\rnode_relation\x18\n \x01(\x0b\x32\x33.v1.public.fields.adapter_types.AdapterNodeRelation\x12\x15\n\rnode_checksum\x18\x0b \x01(\t\"G\n\x0fReferenceKeyMsg\x12\x10\n\x08\x64\x61tabase\x18\x01 \x01(\t\x12\x0e\n\x06schema\x18\x02 \x01(\t\x12\x12\n\nidentifier\x18\x03 \x01(\t\"?\n\x19\x41\x64\x61pterDeprecationWarning\x12\x10\n\x08old_name\x18\x01 \x01(\t\x12\x10\n\x08new_name\x18\x02 \x01(\t\"\xad\x01\n\x1c\x41\x64\x61pterDeprecationWarningMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12G\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x39.v1.public.fields.adapter_types.AdapterDeprecationWarning\"!\n\x1f\x43ollectFreshnessReturnSignature\"\xb9\x01\n\"CollectFreshnessReturnSignatureMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12M\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32?.v1.public.fields.adapter_types.CollectFreshnessReturnSignature\"\xa1\x01\n\x11\x41\x64\x61pterEventDebug\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x10\n\x08\x62\x61se_msg\x18\x03 \x01(\t\x12(\n\x04\x61rgs\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.ListValue\"\x9d\x01\n\x14\x41\x64\x61pterEventDebugMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12?\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x31.v1.public.fields.adapter_types.AdapterEventDebug\"\xa0\x01\n\x10\x41\x64\x61pterEventInfo\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x10\n\x08\x62\x61se_msg\x18\x03 \x01(\t\x12(\n\x04\x61rgs\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.ListValue\"\x9b\x01\n\x13\x41\x64\x61pterEventInfoMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12>\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x30.v1.public.fields.adapter_types.AdapterEventInfo\"\xa3\x01\n\x13\x41\x64\x61pterEventWarning\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x10\n\x08\x62\x61se_msg\x18\x03 \x01(\t\x12(\n\x04\x61rgs\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.ListValue\"\xa1\x01\n\x16\x41\x64\x61pterEventWarningMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x41\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x33.v1.public.fields.adapter_types.AdapterEventWarning\"\xb3\x01\n\x11\x41\x64\x61pterEventError\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x10\n\x08\x62\x61se_msg\x18\x03 \x01(\t\x12(\n\x04\x61rgs\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.ListValue\x12\x10\n\x08\x65xc_info\x18\x05 \x01(\t\"\x9d\x01\n\x14\x41\x64\x61pterEventErrorMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12?\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x31.v1.public.fields.adapter_types.AdapterEventError\"y\n\rNewConnection\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x11\n\tconn_type\x18\x02 \x01(\t\x12\x11\n\tconn_name\x18\x03 \x01(\t\"\x95\x01\n\x10NewConnectionMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12;\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32-.v1.public.fields.adapter_types.NewConnection\"=\n\x10\x43onnectionReused\x12\x11\n\tconn_name\x18\x01 \x01(\t\x12\x16\n\x0eorig_conn_name\x18\x02 \x01(\t\"\x9b\x01\n\x13\x43onnectionReusedMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12>\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x30.v1.public.fields.adapter_types.ConnectionReused\"0\n\x1b\x43onnectionLeftOpenInCleanup\x12\x11\n\tconn_name\x18\x01 \x01(\t\"\xb1\x01\n\x1e\x43onnectionLeftOpenInCleanupMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12I\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32;.v1.public.fields.adapter_types.ConnectionLeftOpenInCleanup\".\n\x19\x43onnectionClosedInCleanup\x12\x11\n\tconn_name\x18\x01 \x01(\t\"\xad\x01\n\x1c\x43onnectionClosedInCleanupMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12G\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x39.v1.public.fields.adapter_types.ConnectionClosedInCleanup\"y\n\x0eRollbackFailed\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x11\n\tconn_name\x18\x02 \x01(\t\x12\x10\n\x08\x65xc_info\x18\x03 \x01(\t\"\x97\x01\n\x11RollbackFailedMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12<\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32..v1.public.fields.adapter_types.RollbackFailed\"i\n\x10\x43onnectionClosed\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x11\n\tconn_name\x18\x02 \x01(\t\"\x9b\x01\n\x13\x43onnectionClosedMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12>\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x30.v1.public.fields.adapter_types.ConnectionClosed\"k\n\x12\x43onnectionLeftOpen\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x11\n\tconn_name\x18\x02 \x01(\t\"\x9f\x01\n\x15\x43onnectionLeftOpenMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12@\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x32.v1.public.fields.adapter_types.ConnectionLeftOpen\"a\n\x08Rollback\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x11\n\tconn_name\x18\x02 \x01(\t\"\x8b\x01\n\x0bRollbackMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x36\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32(.v1.public.fields.adapter_types.Rollback\"@\n\tCacheMiss\x12\x11\n\tconn_name\x18\x01 \x01(\t\x12\x10\n\x08\x64\x61tabase\x18\x02 \x01(\t\x12\x0e\n\x06schema\x18\x03 \x01(\t\"\x8d\x01\n\x0c\x43\x61\x63heMissMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x37\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32).v1.public.fields.adapter_types.CacheMiss\"u\n\rListRelations\x12\x10\n\x08\x64\x61tabase\x18\x01 \x01(\t\x12\x0e\n\x06schema\x18\x02 \x01(\t\x12\x42\n\trelations\x18\x03 \x03(\x0b\x32/.v1.public.fields.adapter_types.ReferenceKeyMsg\"\x95\x01\n\x10ListRelationsMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12;\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32-.v1.public.fields.adapter_types.ListRelations\"z\n\x0e\x43onnectionUsed\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x11\n\tconn_type\x18\x02 \x01(\t\x12\x11\n\tconn_name\x18\x03 \x01(\t\"\x97\x01\n\x11\x43onnectionUsedMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12<\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32..v1.public.fields.adapter_types.ConnectionUsed\"n\n\x08SQLQuery\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x11\n\tconn_name\x18\x02 \x01(\t\x12\x0b\n\x03sql\x18\x03 \x01(\t\"\x8b\x01\n\x0bSQLQueryMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x36\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32(.v1.public.fields.adapter_types.SQLQuery\"\x87\x01\n\x0eSQLQueryStatus\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x0e\n\x06status\x18\x02 \x01(\t\x12\x0f\n\x07\x65lapsed\x18\x03 \x01(\x02\x12\x10\n\x08query_id\x18\x04 \x01(\t\"\x97\x01\n\x11SQLQueryStatusMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12<\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32..v1.public.fields.adapter_types.SQLQueryStatus\"b\n\tSQLCommit\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x11\n\tconn_name\x18\x02 \x01(\t\"\x8d\x01\n\x0cSQLCommitMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x37\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32).v1.public.fields.adapter_types.SQLCommit\"t\n\rColTypeChange\x12\x11\n\torig_type\x18\x01 \x01(\t\x12\x10\n\x08new_type\x18\x02 \x01(\t\x12>\n\x05table\x18\x03 \x01(\x0b\x32/.v1.public.fields.adapter_types.ReferenceKeyMsg\"\x95\x01\n\x10\x43olTypeChangeMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12;\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32-.v1.public.fields.adapter_types.ColTypeChange\"S\n\x0eSchemaCreation\x12\x41\n\x08relation\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.ReferenceKeyMsg\"\x97\x01\n\x11SchemaCreationMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12<\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32..v1.public.fields.adapter_types.SchemaCreation\"O\n\nSchemaDrop\x12\x41\n\x08relation\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.ReferenceKeyMsg\"\x8f\x01\n\rSchemaDropMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x38\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32*.v1.public.fields.adapter_types.SchemaDrop\"\xaa\x02\n\x0b\x43\x61\x63heAction\x12\x0e\n\x06\x61\x63tion\x18\x01 \x01(\t\x12@\n\x07ref_key\x18\x02 \x01(\x0b\x32/.v1.public.fields.adapter_types.ReferenceKeyMsg\x12\x42\n\tref_key_2\x18\x03 \x01(\x0b\x32/.v1.public.fields.adapter_types.ReferenceKeyMsg\x12\x42\n\tref_key_3\x18\x04 \x01(\x0b\x32/.v1.public.fields.adapter_types.ReferenceKeyMsg\x12\x41\n\x08ref_list\x18\x05 \x03(\x0b\x32/.v1.public.fields.adapter_types.ReferenceKeyMsg\"\x91\x01\n\x0e\x43\x61\x63heActionMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x39\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32+.v1.public.fields.adapter_types.CacheAction\"\xab\x01\n\x0e\x43\x61\x63heDumpGraph\x12\x46\n\x04\x64ump\x18\x01 \x03(\x0b\x32\x38.v1.public.fields.adapter_types.CacheDumpGraph.DumpEntry\x12\x14\n\x0c\x62\x65\x66ore_after\x18\x02 \x01(\t\x12\x0e\n\x06\x61\x63tion\x18\x03 \x01(\t\x1a+\n\tDumpEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x97\x01\n\x11\x43\x61\x63heDumpGraphMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12<\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32..v1.public.fields.adapter_types.CacheDumpGraph\"B\n\x11\x41\x64\x61pterRegistered\x12\x14\n\x0c\x61\x64\x61pter_name\x18\x01 \x01(\t\x12\x17\n\x0f\x61\x64\x61pter_version\x18\x02 \x01(\t\"\x9d\x01\n\x14\x41\x64\x61pterRegisteredMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12?\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x31.v1.public.fields.adapter_types.AdapterRegistered\"!\n\x12\x41\x64\x61pterImportError\x12\x0b\n\x03\x65xc\x18\x01 \x01(\t\"\x9f\x01\n\x15\x41\x64\x61pterImportErrorMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12@\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x32.v1.public.fields.adapter_types.AdapterImportError\"#\n\x0fPluginLoadError\x12\x10\n\x08\x65xc_info\x18\x01 \x01(\t\"\x99\x01\n\x12PluginLoadErrorMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12=\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32/.v1.public.fields.adapter_types.PluginLoadError\"t\n\x14NewConnectionOpening\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x18\n\x10\x63onnection_state\x18\x02 \x01(\t\"\xa3\x01\n\x17NewConnectionOpeningMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x42\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x34.v1.public.fields.adapter_types.NewConnectionOpening\"8\n\rCodeExecution\x12\x11\n\tconn_name\x18\x01 \x01(\t\x12\x14\n\x0c\x63ode_content\x18\x02 \x01(\t\"\x95\x01\n\x10\x43odeExecutionMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12;\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32-.v1.public.fields.adapter_types.CodeExecution\"6\n\x13\x43odeExecutionStatus\x12\x0e\n\x06status\x18\x01 \x01(\t\x12\x0f\n\x07\x65lapsed\x18\x02 \x01(\x02\"\xa1\x01\n\x16\x43odeExecutionStatusMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x41\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x33.v1.public.fields.adapter_types.CodeExecutionStatus\"%\n\x16\x43\x61talogGenerationError\x12\x0b\n\x03\x65xc\x18\x01 \x01(\t\"\xa7\x01\n\x19\x43\x61talogGenerationErrorMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x44\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.CatalogGenerationError\"-\n\x13WriteCatalogFailure\x12\x16\n\x0enum_exceptions\x18\x01 \x01(\x05\"\xa1\x01\n\x16WriteCatalogFailureMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x41\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x33.v1.public.fields.adapter_types.WriteCatalogFailure\"\x1e\n\x0e\x43\x61talogWritten\x12\x0c\n\x04path\x18\x01 \x01(\t\"\x97\x01\n\x11\x43\x61talogWrittenMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12<\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32..v1.public.fields.adapter_types.CatalogWritten\"\x14\n\x12\x43\x61nnotGenerateDocs\"\x9f\x01\n\x15\x43\x61nnotGenerateDocsMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12@\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x32.v1.public.fields.adapter_types.CannotGenerateDocs\"\x11\n\x0f\x42uildingCatalog\"\x99\x01\n\x12\x42uildingCatalogMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12=\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32/.v1.public.fields.adapter_types.BuildingCatalog\"-\n\x18\x44\x61tabaseErrorRunningHook\x12\x11\n\thook_type\x18\x01 \x01(\t\"\xab\x01\n\x1b\x44\x61tabaseErrorRunningHookMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x46\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x38.v1.public.fields.adapter_types.DatabaseErrorRunningHook\"4\n\x0cHooksRunning\x12\x11\n\tnum_hooks\x18\x01 \x01(\x05\x12\x11\n\thook_type\x18\x02 \x01(\t\"\x93\x01\n\x0fHooksRunningMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12:\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32,.v1.public.fields.adapter_types.HooksRunning\"T\n\x14\x46inishedRunningStats\x12\x11\n\tstat_line\x18\x01 \x01(\t\x12\x11\n\texecution\x18\x02 \x01(\t\x12\x16\n\x0e\x65xecution_time\x18\x03 \x01(\x02\"\xa3\x01\n\x17\x46inishedRunningStatsMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x42\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x34.v1.public.fields.adapter_types.FinishedRunningStats\"<\n\x15\x43onstraintNotEnforced\x12\x12\n\nconstraint\x18\x01 \x01(\t\x12\x0f\n\x07\x61\x64\x61pter\x18\x02 \x01(\t\"\xa5\x01\n\x18\x43onstraintNotEnforcedMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x43\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x35.v1.public.fields.adapter_types.ConstraintNotEnforced\"=\n\x16\x43onstraintNotSupported\x12\x12\n\nconstraint\x18\x01 \x01(\t\x12\x0f\n\x07\x61\x64\x61pter\x18\x02 \x01(\t\"\xa7\x01\n\x19\x43onstraintNotSupportedMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x44\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.ConstraintNotSupported\"%\n\x10TypeCodeNotFound\x12\x11\n\ttype_code\x18\x01 \x01(\x05\"\x9b\x01\n\x13TypeCodeNotFoundMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12>\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x30.v1.public.fields.adapter_types.TypeCodeNotFoundBAZ?github.com/dbt-labs/proto-golang/v1/public/fields/adapter_typesb\x06proto3')
20
+
21
+ _globals = globals()
22
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
23
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'dbtlabs.proto.public.v1.fields.adapter_types_pb2', _globals)
24
+ if not _descriptor._USE_C_DESCRIPTORS:
25
+ _globals['DESCRIPTOR']._loaded_options = None
26
+ _globals['DESCRIPTOR']._serialized_options = b'Z?github.com/dbt-labs/proto-golang/v1/public/fields/adapter_types'
27
+ _globals['_ADAPTERCOMMONEVENTINFO_EXTRAENTRY']._loaded_options = None
28
+ _globals['_ADAPTERCOMMONEVENTINFO_EXTRAENTRY']._serialized_options = b'8\001'
29
+ _globals['_CACHEDUMPGRAPH_DUMPENTRY']._loaded_options = None
30
+ _globals['_CACHEDUMPGRAPH_DUMPENTRY']._serialized_options = b'8\001'
31
+ _globals['_ADAPTERCOMMONEVENTINFO']._serialized_start=150
32
+ _globals['_ADAPTERCOMMONEVENTINFO']._serialized_end=468
33
+ _globals['_ADAPTERCOMMONEVENTINFO_EXTRAENTRY']._serialized_start=424
34
+ _globals['_ADAPTERCOMMONEVENTINFO_EXTRAENTRY']._serialized_end=468
35
+ _globals['_ADAPTERNODERELATION']._serialized_start=470
36
+ _globals['_ADAPTERNODERELATION']._serialized_end=563
37
+ _globals['_ADAPTERNODEINFO']._serialized_start=566
38
+ _globals['_ADAPTERNODEINFO']._serialized_end=895
39
+ _globals['_REFERENCEKEYMSG']._serialized_start=897
40
+ _globals['_REFERENCEKEYMSG']._serialized_end=968
41
+ _globals['_ADAPTERDEPRECATIONWARNING']._serialized_start=970
42
+ _globals['_ADAPTERDEPRECATIONWARNING']._serialized_end=1033
43
+ _globals['_ADAPTERDEPRECATIONWARNINGMSG']._serialized_start=1036
44
+ _globals['_ADAPTERDEPRECATIONWARNINGMSG']._serialized_end=1209
45
+ _globals['_COLLECTFRESHNESSRETURNSIGNATURE']._serialized_start=1211
46
+ _globals['_COLLECTFRESHNESSRETURNSIGNATURE']._serialized_end=1244
47
+ _globals['_COLLECTFRESHNESSRETURNSIGNATUREMSG']._serialized_start=1247
48
+ _globals['_COLLECTFRESHNESSRETURNSIGNATUREMSG']._serialized_end=1432
49
+ _globals['_ADAPTEREVENTDEBUG']._serialized_start=1435
50
+ _globals['_ADAPTEREVENTDEBUG']._serialized_end=1596
51
+ _globals['_ADAPTEREVENTDEBUGMSG']._serialized_start=1599
52
+ _globals['_ADAPTEREVENTDEBUGMSG']._serialized_end=1756
53
+ _globals['_ADAPTEREVENTINFO']._serialized_start=1759
54
+ _globals['_ADAPTEREVENTINFO']._serialized_end=1919
55
+ _globals['_ADAPTEREVENTINFOMSG']._serialized_start=1922
56
+ _globals['_ADAPTEREVENTINFOMSG']._serialized_end=2077
57
+ _globals['_ADAPTEREVENTWARNING']._serialized_start=2080
58
+ _globals['_ADAPTEREVENTWARNING']._serialized_end=2243
59
+ _globals['_ADAPTEREVENTWARNINGMSG']._serialized_start=2246
60
+ _globals['_ADAPTEREVENTWARNINGMSG']._serialized_end=2407
61
+ _globals['_ADAPTEREVENTERROR']._serialized_start=2410
62
+ _globals['_ADAPTEREVENTERROR']._serialized_end=2589
63
+ _globals['_ADAPTEREVENTERRORMSG']._serialized_start=2592
64
+ _globals['_ADAPTEREVENTERRORMSG']._serialized_end=2749
65
+ _globals['_NEWCONNECTION']._serialized_start=2751
66
+ _globals['_NEWCONNECTION']._serialized_end=2872
67
+ _globals['_NEWCONNECTIONMSG']._serialized_start=2875
68
+ _globals['_NEWCONNECTIONMSG']._serialized_end=3024
69
+ _globals['_CONNECTIONREUSED']._serialized_start=3026
70
+ _globals['_CONNECTIONREUSED']._serialized_end=3087
71
+ _globals['_CONNECTIONREUSEDMSG']._serialized_start=3090
72
+ _globals['_CONNECTIONREUSEDMSG']._serialized_end=3245
73
+ _globals['_CONNECTIONLEFTOPENINCLEANUP']._serialized_start=3247
74
+ _globals['_CONNECTIONLEFTOPENINCLEANUP']._serialized_end=3295
75
+ _globals['_CONNECTIONLEFTOPENINCLEANUPMSG']._serialized_start=3298
76
+ _globals['_CONNECTIONLEFTOPENINCLEANUPMSG']._serialized_end=3475
77
+ _globals['_CONNECTIONCLOSEDINCLEANUP']._serialized_start=3477
78
+ _globals['_CONNECTIONCLOSEDINCLEANUP']._serialized_end=3523
79
+ _globals['_CONNECTIONCLOSEDINCLEANUPMSG']._serialized_start=3526
80
+ _globals['_CONNECTIONCLOSEDINCLEANUPMSG']._serialized_end=3699
81
+ _globals['_ROLLBACKFAILED']._serialized_start=3701
82
+ _globals['_ROLLBACKFAILED']._serialized_end=3822
83
+ _globals['_ROLLBACKFAILEDMSG']._serialized_start=3825
84
+ _globals['_ROLLBACKFAILEDMSG']._serialized_end=3976
85
+ _globals['_CONNECTIONCLOSED']._serialized_start=3978
86
+ _globals['_CONNECTIONCLOSED']._serialized_end=4083
87
+ _globals['_CONNECTIONCLOSEDMSG']._serialized_start=4086
88
+ _globals['_CONNECTIONCLOSEDMSG']._serialized_end=4241
89
+ _globals['_CONNECTIONLEFTOPEN']._serialized_start=4243
90
+ _globals['_CONNECTIONLEFTOPEN']._serialized_end=4350
91
+ _globals['_CONNECTIONLEFTOPENMSG']._serialized_start=4353
92
+ _globals['_CONNECTIONLEFTOPENMSG']._serialized_end=4512
93
+ _globals['_ROLLBACK']._serialized_start=4514
94
+ _globals['_ROLLBACK']._serialized_end=4611
95
+ _globals['_ROLLBACKMSG']._serialized_start=4614
96
+ _globals['_ROLLBACKMSG']._serialized_end=4753
97
+ _globals['_CACHEMISS']._serialized_start=4755
98
+ _globals['_CACHEMISS']._serialized_end=4819
99
+ _globals['_CACHEMISSMSG']._serialized_start=4822
100
+ _globals['_CACHEMISSMSG']._serialized_end=4963
101
+ _globals['_LISTRELATIONS']._serialized_start=4965
102
+ _globals['_LISTRELATIONS']._serialized_end=5082
103
+ _globals['_LISTRELATIONSMSG']._serialized_start=5085
104
+ _globals['_LISTRELATIONSMSG']._serialized_end=5234
105
+ _globals['_CONNECTIONUSED']._serialized_start=5236
106
+ _globals['_CONNECTIONUSED']._serialized_end=5358
107
+ _globals['_CONNECTIONUSEDMSG']._serialized_start=5361
108
+ _globals['_CONNECTIONUSEDMSG']._serialized_end=5512
109
+ _globals['_SQLQUERY']._serialized_start=5514
110
+ _globals['_SQLQUERY']._serialized_end=5624
111
+ _globals['_SQLQUERYMSG']._serialized_start=5627
112
+ _globals['_SQLQUERYMSG']._serialized_end=5766
113
+ _globals['_SQLQUERYSTATUS']._serialized_start=5769
114
+ _globals['_SQLQUERYSTATUS']._serialized_end=5904
115
+ _globals['_SQLQUERYSTATUSMSG']._serialized_start=5907
116
+ _globals['_SQLQUERYSTATUSMSG']._serialized_end=6058
117
+ _globals['_SQLCOMMIT']._serialized_start=6060
118
+ _globals['_SQLCOMMIT']._serialized_end=6158
119
+ _globals['_SQLCOMMITMSG']._serialized_start=6161
120
+ _globals['_SQLCOMMITMSG']._serialized_end=6302
121
+ _globals['_COLTYPECHANGE']._serialized_start=6304
122
+ _globals['_COLTYPECHANGE']._serialized_end=6420
123
+ _globals['_COLTYPECHANGEMSG']._serialized_start=6423
124
+ _globals['_COLTYPECHANGEMSG']._serialized_end=6572
125
+ _globals['_SCHEMACREATION']._serialized_start=6574
126
+ _globals['_SCHEMACREATION']._serialized_end=6657
127
+ _globals['_SCHEMACREATIONMSG']._serialized_start=6660
128
+ _globals['_SCHEMACREATIONMSG']._serialized_end=6811
129
+ _globals['_SCHEMADROP']._serialized_start=6813
130
+ _globals['_SCHEMADROP']._serialized_end=6892
131
+ _globals['_SCHEMADROPMSG']._serialized_start=6895
132
+ _globals['_SCHEMADROPMSG']._serialized_end=7038
133
+ _globals['_CACHEACTION']._serialized_start=7041
134
+ _globals['_CACHEACTION']._serialized_end=7339
135
+ _globals['_CACHEACTIONMSG']._serialized_start=7342
136
+ _globals['_CACHEACTIONMSG']._serialized_end=7487
137
+ _globals['_CACHEDUMPGRAPH']._serialized_start=7490
138
+ _globals['_CACHEDUMPGRAPH']._serialized_end=7661
139
+ _globals['_CACHEDUMPGRAPH_DUMPENTRY']._serialized_start=7618
140
+ _globals['_CACHEDUMPGRAPH_DUMPENTRY']._serialized_end=7661
141
+ _globals['_CACHEDUMPGRAPHMSG']._serialized_start=7664
142
+ _globals['_CACHEDUMPGRAPHMSG']._serialized_end=7815
143
+ _globals['_ADAPTERREGISTERED']._serialized_start=7817
144
+ _globals['_ADAPTERREGISTERED']._serialized_end=7883
145
+ _globals['_ADAPTERREGISTEREDMSG']._serialized_start=7886
146
+ _globals['_ADAPTERREGISTEREDMSG']._serialized_end=8043
147
+ _globals['_ADAPTERIMPORTERROR']._serialized_start=8045
148
+ _globals['_ADAPTERIMPORTERROR']._serialized_end=8078
149
+ _globals['_ADAPTERIMPORTERRORMSG']._serialized_start=8081
150
+ _globals['_ADAPTERIMPORTERRORMSG']._serialized_end=8240
151
+ _globals['_PLUGINLOADERROR']._serialized_start=8242
152
+ _globals['_PLUGINLOADERROR']._serialized_end=8277
153
+ _globals['_PLUGINLOADERRORMSG']._serialized_start=8280
154
+ _globals['_PLUGINLOADERRORMSG']._serialized_end=8433
155
+ _globals['_NEWCONNECTIONOPENING']._serialized_start=8435
156
+ _globals['_NEWCONNECTIONOPENING']._serialized_end=8551
157
+ _globals['_NEWCONNECTIONOPENINGMSG']._serialized_start=8554
158
+ _globals['_NEWCONNECTIONOPENINGMSG']._serialized_end=8717
159
+ _globals['_CODEEXECUTION']._serialized_start=8719
160
+ _globals['_CODEEXECUTION']._serialized_end=8775
161
+ _globals['_CODEEXECUTIONMSG']._serialized_start=8778
162
+ _globals['_CODEEXECUTIONMSG']._serialized_end=8927
163
+ _globals['_CODEEXECUTIONSTATUS']._serialized_start=8929
164
+ _globals['_CODEEXECUTIONSTATUS']._serialized_end=8983
165
+ _globals['_CODEEXECUTIONSTATUSMSG']._serialized_start=8986
166
+ _globals['_CODEEXECUTIONSTATUSMSG']._serialized_end=9147
167
+ _globals['_CATALOGGENERATIONERROR']._serialized_start=9149
168
+ _globals['_CATALOGGENERATIONERROR']._serialized_end=9186
169
+ _globals['_CATALOGGENERATIONERRORMSG']._serialized_start=9189
170
+ _globals['_CATALOGGENERATIONERRORMSG']._serialized_end=9356
171
+ _globals['_WRITECATALOGFAILURE']._serialized_start=9358
172
+ _globals['_WRITECATALOGFAILURE']._serialized_end=9403
173
+ _globals['_WRITECATALOGFAILUREMSG']._serialized_start=9406
174
+ _globals['_WRITECATALOGFAILUREMSG']._serialized_end=9567
175
+ _globals['_CATALOGWRITTEN']._serialized_start=9569
176
+ _globals['_CATALOGWRITTEN']._serialized_end=9599
177
+ _globals['_CATALOGWRITTENMSG']._serialized_start=9602
178
+ _globals['_CATALOGWRITTENMSG']._serialized_end=9753
179
+ _globals['_CANNOTGENERATEDOCS']._serialized_start=9755
180
+ _globals['_CANNOTGENERATEDOCS']._serialized_end=9775
181
+ _globals['_CANNOTGENERATEDOCSMSG']._serialized_start=9778
182
+ _globals['_CANNOTGENERATEDOCSMSG']._serialized_end=9937
183
+ _globals['_BUILDINGCATALOG']._serialized_start=9939
184
+ _globals['_BUILDINGCATALOG']._serialized_end=9956
185
+ _globals['_BUILDINGCATALOGMSG']._serialized_start=9959
186
+ _globals['_BUILDINGCATALOGMSG']._serialized_end=10112
187
+ _globals['_DATABASEERRORRUNNINGHOOK']._serialized_start=10114
188
+ _globals['_DATABASEERRORRUNNINGHOOK']._serialized_end=10159
189
+ _globals['_DATABASEERRORRUNNINGHOOKMSG']._serialized_start=10162
190
+ _globals['_DATABASEERRORRUNNINGHOOKMSG']._serialized_end=10333
191
+ _globals['_HOOKSRUNNING']._serialized_start=10335
192
+ _globals['_HOOKSRUNNING']._serialized_end=10387
193
+ _globals['_HOOKSRUNNINGMSG']._serialized_start=10390
194
+ _globals['_HOOKSRUNNINGMSG']._serialized_end=10537
195
+ _globals['_FINISHEDRUNNINGSTATS']._serialized_start=10539
196
+ _globals['_FINISHEDRUNNINGSTATS']._serialized_end=10623
197
+ _globals['_FINISHEDRUNNINGSTATSMSG']._serialized_start=10626
198
+ _globals['_FINISHEDRUNNINGSTATSMSG']._serialized_end=10789
199
+ _globals['_CONSTRAINTNOTENFORCED']._serialized_start=10791
200
+ _globals['_CONSTRAINTNOTENFORCED']._serialized_end=10851
201
+ _globals['_CONSTRAINTNOTENFORCEDMSG']._serialized_start=10854
202
+ _globals['_CONSTRAINTNOTENFORCEDMSG']._serialized_end=11019
203
+ _globals['_CONSTRAINTNOTSUPPORTED']._serialized_start=11021
204
+ _globals['_CONSTRAINTNOTSUPPORTED']._serialized_end=11082
205
+ _globals['_CONSTRAINTNOTSUPPORTEDMSG']._serialized_start=11085
206
+ _globals['_CONSTRAINTNOTSUPPORTEDMSG']._serialized_end=11252
207
+ _globals['_TYPECODENOTFOUND']._serialized_start=11254
208
+ _globals['_TYPECODENOTFOUND']._serialized_end=11291
209
+ _globals['_TYPECODENOTFOUNDMSG']._serialized_start=11294
210
+ _globals['_TYPECODENOTFOUNDMSG']._serialized_end=11449
211
+ # @@protoc_insertion_point(module_scope)