Skip to content

Commit ef68f5f

Browse files
Auto-generated from proto v1.0.396
1 parent ef7bdf7 commit ef68f5f

28 files changed

+2707
-2572
lines changed

dbtlabs/proto/public/v1/common/vortex_options_pb2.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ VORTEX_ICEBERG_NAMESPACE_MANTLE: VortexIcebergNamespace.ValueType # 5
6060
"""owner: Zeeshan Qureshi"""
6161
VORTEX_ICEBERG_NAMESPACE_CODEX: VortexIcebergNamespace.ValueType # 6
6262
"""owner: Vadim Rybak"""
63-
global___VortexIcebergNamespace = VortexIcebergNamespace
63+
Global___VortexIcebergNamespace: typing_extensions.TypeAlias = VortexIcebergNamespace
6464

6565
VORTEX_NAMESPACE_FIELD_NUMBER: builtins.int
6666
VORTEX_TABLE_NAME_FIELD_NUMBER: builtins.int
6767
VORTEX_PARTITION_FIELD_FIELD_NUMBER: builtins.int
6868
VORTEX_WRITE_TO_ICEBERG_FIELD_NUMBER: builtins.int
6969
VORTEX_ENABLED_FIELD_NUMBER: builtins.int
70-
vortex_namespace: google.protobuf.internal.extension_dict._ExtensionFieldDescriptor[google.protobuf.descriptor_pb2.MessageOptions, global___VortexIcebergNamespace.ValueType]
70+
vortex_namespace: google.protobuf.internal.extension_dict._ExtensionFieldDescriptor[google.protobuf.descriptor_pb2.MessageOptions, Global___VortexIcebergNamespace.ValueType]
7171
"""the namespace to write within the iceberg catalog. it must
7272
be one of the valid values above. adding a new namespace
7373
requires an approval from the vortex team.

dbtlabs/proto/public/v1/common/vortex_telemetry_contexts_pb2.pyi

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ isort:skip_file
66
import builtins
77
import google.protobuf.descriptor
88
import google.protobuf.message
9+
import sys
910
import typing
1011

12+
if sys.version_info >= (3, 10):
13+
import typing as typing_extensions
14+
else:
15+
import typing_extensions
16+
1117
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
1218

1319
@typing.final
@@ -66,4 +72,4 @@ class VortexTelemetryDbtCloudContext(google.protobuf.message.Message):
6672
) -> None: ...
6773
def ClearField(self, field_name: typing.Literal["dbt_cloud_account_id", b"dbt_cloud_account_id", "dbt_cloud_account_identifier", b"dbt_cloud_account_identifier", "dbt_cloud_environment_id", b"dbt_cloud_environment_id", "dbt_cloud_project_id", b"dbt_cloud_project_id", "dbt_cloud_user_id", b"dbt_cloud_user_id", "event_id", b"event_id", "feature", b"feature", "referrer_url", b"referrer_url", "session_id", b"session_id", "snowplow_domain_session_id", b"snowplow_domain_session_id", "snowplow_domain_user_id", b"snowplow_domain_user_id"]) -> None: ...
6874

69-
global___VortexTelemetryDbtCloudContext = VortexTelemetryDbtCloudContext
75+
Global___VortexTelemetryDbtCloudContext: typing_extensions.TypeAlias = VortexTelemetryDbtCloudContext

dbtlabs/proto/public/v1/events/fusion/artifact/artifact_pb2.pyi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ARTIFACT_TYPE_UNSPECIFIED: ArtifactType.ValueType # 0
3535
ARTIFACT_TYPE_MANIFEST: ArtifactType.ValueType # 1
3636
ARTIFACT_TYPE_SEMANTIC_MANIFEST: ArtifactType.ValueType # 2
3737
ARTIFACT_TYPE_CATALOG: ArtifactType.ValueType # 3
38-
global___ArtifactType = ArtifactType
38+
Global___ArtifactType: typing_extensions.TypeAlias = ArtifactType
3939

4040
@typing.final
4141
class ArtifactWritten(google.protobuf.message.Message):
@@ -47,14 +47,14 @@ class ArtifactWritten(google.protobuf.message.Message):
4747
ARTIFACT_TYPE_FIELD_NUMBER: builtins.int
4848
relative_path: builtins.str
4949
"""The path to the artifact relative to the project root."""
50-
artifact_type: global___ArtifactType.ValueType
50+
artifact_type: Global___ArtifactType.ValueType
5151
"""Type of the artifact written."""
5252
def __init__(
5353
self,
5454
*,
5555
relative_path: builtins.str = ...,
56-
artifact_type: global___ArtifactType.ValueType = ...,
56+
artifact_type: Global___ArtifactType.ValueType = ...,
5757
) -> None: ...
5858
def ClearField(self, field_name: typing.Literal["artifact_type", b"artifact_type", "relative_path", b"relative_path"]) -> None: ...
5959

60-
global___ArtifactWritten = ArtifactWritten
60+
Global___ArtifactWritten: typing_extensions.TypeAlias = ArtifactWritten

dbtlabs/proto/public/v1/events/fusion/compat/otlp_pb2.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ SEVERITY_NUMBER_DEBUG: SeverityNumber.ValueType # 5
4040
SEVERITY_NUMBER_INFO: SeverityNumber.ValueType # 9
4141
SEVERITY_NUMBER_WARN: SeverityNumber.ValueType # 13
4242
SEVERITY_NUMBER_ERROR: SeverityNumber.ValueType # 17
43-
global___SeverityNumber = SeverityNumber
43+
Global___SeverityNumber: typing_extensions.TypeAlias = SeverityNumber

dbtlabs/proto/public/v1/events/fusion/dev/dev_pb2.pyi

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@ import collections.abc
88
import google.protobuf.descriptor
99
import google.protobuf.internal.containers
1010
import google.protobuf.message
11+
import sys
1112
import typing
1213

14+
if sys.version_info >= (3, 10):
15+
import typing as typing_extensions
16+
else:
17+
import typing_extensions
18+
1319
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
1420

1521
@typing.final
@@ -38,7 +44,7 @@ class DebugValue(google.protobuf.message.Message):
3844
def ClearField(self, field_name: typing.Literal["bool", b"bool", "bytes", b"bytes", "float64", b"float64", "string", b"string", "value", b"value"]) -> None: ...
3945
def WhichOneof(self, oneof_group: typing.Literal["value", b"value"]) -> typing.Literal["float64", "bool", "string", "bytes"] | None: ...
4046

41-
global___DebugValue = DebugValue
47+
Global___DebugValue: typing_extensions.TypeAlias = DebugValue
4248

4349
@typing.final
4450
class CallTrace(google.protobuf.message.Message):
@@ -56,12 +62,12 @@ class CallTrace(google.protobuf.message.Message):
5662
VALUE_FIELD_NUMBER: builtins.int
5763
key: builtins.str
5864
@property
59-
def value(self) -> global___DebugValue: ...
65+
def value(self) -> Global___DebugValue: ...
6066
def __init__(
6167
self,
6268
*,
6369
key: builtins.str = ...,
64-
value: global___DebugValue | None = ...,
70+
value: Global___DebugValue | None = ...,
6571
) -> None: ...
6672
def HasField(self, field_name: typing.Literal["value", b"value"]) -> builtins.bool: ...
6773
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
@@ -77,7 +83,7 @@ class CallTrace(google.protobuf.message.Message):
7783
line: builtins.int
7884
"""Line number in the file where the span was created."""
7985
@property
80-
def extra(self) -> google.protobuf.internal.containers.MessageMap[builtins.str, global___DebugValue]:
86+
def extra(self) -> google.protobuf.internal.containers.MessageMap[builtins.str, Global___DebugValue]:
8187
"""Arbitrary extra structured data."""
8288

8389
def __init__(
@@ -86,7 +92,7 @@ class CallTrace(google.protobuf.message.Message):
8692
name: builtins.str = ...,
8793
file: builtins.str | None = ...,
8894
line: builtins.int | None = ...,
89-
extra: collections.abc.Mapping[builtins.str, global___DebugValue] | None = ...,
95+
extra: collections.abc.Mapping[builtins.str, Global___DebugValue] | None = ...,
9096
) -> None: ...
9197
def HasField(self, field_name: typing.Literal["_file", b"_file", "_line", b"_line", "file", b"file", "line", b"line"]) -> builtins.bool: ...
9298
def ClearField(self, field_name: typing.Literal["_file", b"_file", "_line", b"_line", "extra", b"extra", "file", b"file", "line", b"line", "name", b"name"]) -> None: ...
@@ -95,7 +101,7 @@ class CallTrace(google.protobuf.message.Message):
95101
@typing.overload
96102
def WhichOneof(self, oneof_group: typing.Literal["_line", b"_line"]) -> typing.Literal["line"] | None: ...
97103

98-
global___CallTrace = CallTrace
104+
Global___CallTrace: typing_extensions.TypeAlias = CallTrace
99105

100106
@typing.final
101107
class Unknown(google.protobuf.message.Message):
@@ -123,4 +129,4 @@ class Unknown(google.protobuf.message.Message):
123129
) -> None: ...
124130
def ClearField(self, field_name: typing.Literal["file", b"file", "line", b"line", "name", b"name"]) -> None: ...
125131

126-
global___Unknown = Unknown
132+
Global___Unknown: typing_extensions.TypeAlias = Unknown

dbtlabs/proto/public/v1/events/fusion/invocation/invocation_pb2.pyi

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@ import dbtlabs.proto.public.v1.events.fusion.process.process_pb2
99
import google.protobuf.descriptor
1010
import google.protobuf.internal.containers
1111
import google.protobuf.message
12+
import sys
1213
import typing
1314

15+
if sys.version_info >= (3, 10):
16+
import typing as typing_extensions
17+
else:
18+
import typing_extensions
19+
1420
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
1521

1622
@typing.final
@@ -41,7 +47,7 @@ class InvocationMetrics(google.protobuf.message.Message):
4147
@typing.overload
4248
def WhichOneof(self, oneof_group: typing.Literal["_total_warnings", b"_total_warnings"]) -> typing.Literal["total_warnings"] | None: ...
4349

44-
global___InvocationMetrics = InvocationMetrics
50+
Global___InvocationMetrics: typing_extensions.TypeAlias = InvocationMetrics
4551

4652
@typing.final
4753
class InvocationEvalArgs(google.protobuf.message.Message):
@@ -199,7 +205,7 @@ class InvocationEvalArgs(google.protobuf.message.Message):
199205
@typing.overload
200206
def WhichOneof(self, oneof_group: typing.Literal["_write_json", b"_write_json"]) -> typing.Literal["write_json"] | None: ...
201207

202-
global___InvocationEvalArgs = InvocationEvalArgs
208+
Global___InvocationEvalArgs: typing_extensions.TypeAlias = InvocationEvalArgs
203209

204210
@typing.final
205211
class Invocation(google.protobuf.message.Message):
@@ -220,27 +226,27 @@ class Invocation(google.protobuf.message.Message):
220226
raw_command: builtins.str
221227
"""Raw command string as executed."""
222228
@property
223-
def eval_args(self) -> global___InvocationEvalArgs:
229+
def eval_args(self) -> Global___InvocationEvalArgs:
224230
"""Structured evaluation arguments."""
225231

226232
@property
227233
def process_info(self) -> dbtlabs.proto.public.v1.events.fusion.process.process_pb2.Process:
228234
"""Process-wide attributes."""
229235

230236
@property
231-
def metrics(self) -> global___InvocationMetrics:
237+
def metrics(self) -> Global___InvocationMetrics:
232238
"""Aggregate invocation metrics."""
233239

234240
def __init__(
235241
self,
236242
*,
237243
invocation_id: builtins.str = ...,
238244
raw_command: builtins.str = ...,
239-
eval_args: global___InvocationEvalArgs | None = ...,
245+
eval_args: Global___InvocationEvalArgs | None = ...,
240246
process_info: dbtlabs.proto.public.v1.events.fusion.process.process_pb2.Process | None = ...,
241-
metrics: global___InvocationMetrics | None = ...,
247+
metrics: Global___InvocationMetrics | None = ...,
242248
) -> None: ...
243249
def HasField(self, field_name: typing.Literal["eval_args", b"eval_args", "metrics", b"metrics", "process_info", b"process_info"]) -> builtins.bool: ...
244250
def ClearField(self, field_name: typing.Literal["eval_args", b"eval_args", "invocation_id", b"invocation_id", "metrics", b"metrics", "process_info", b"process_info", "raw_command", b"raw_command"]) -> None: ...
245251

246-
global___Invocation = Invocation
252+
Global___Invocation: typing_extensions.TypeAlias = Invocation

dbtlabs/proto/public/v1/events/fusion/log/compiled_pb2.pyi

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ isort:skip_file
66
import builtins
77
import google.protobuf.descriptor
88
import google.protobuf.message
9+
import sys
910
import typing
1011

12+
if sys.version_info >= (3, 10):
13+
import typing as typing_extensions
14+
else:
15+
import typing_extensions
16+
1117
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
1218

1319
@typing.final
@@ -25,4 +31,4 @@ class CompiledCodeInline(google.protobuf.message.Message):
2531
) -> None: ...
2632
def ClearField(self, field_name: typing.Literal["sql", b"sql"]) -> None: ...
2733

28-
global___CompiledCodeInline = CompiledCodeInline
34+
Global___CompiledCodeInline: typing_extensions.TypeAlias = CompiledCodeInline

dbtlabs/proto/public/v1/events/fusion/log/list_item_pb2.pyi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ LIST_OUTPUT_FORMAT_JSON: ListOutputFormat.ValueType # 1
3737
LIST_OUTPUT_FORMAT_SELECTOR: ListOutputFormat.ValueType # 2
3838
LIST_OUTPUT_FORMAT_NAME: ListOutputFormat.ValueType # 3
3939
LIST_OUTPUT_FORMAT_PATH: ListOutputFormat.ValueType # 4
40-
global___ListOutputFormat = ListOutputFormat
40+
Global___ListOutputFormat: typing_extensions.TypeAlias = ListOutputFormat
4141

4242
@typing.final
4343
class ListItemOutput(google.protobuf.message.Message):
@@ -50,7 +50,7 @@ class ListItemOutput(google.protobuf.message.Message):
5050
OUTPUT_FORMAT_FIELD_NUMBER: builtins.int
5151
CONTENT_FIELD_NUMBER: builtins.int
5252
UNIQUE_ID_FIELD_NUMBER: builtins.int
53-
output_format: global___ListOutputFormat.ValueType
53+
output_format: Global___ListOutputFormat.ValueType
5454
"""Format of the output"""
5555
content: builtins.str
5656
"""The actual content of the list item being displayed"""
@@ -59,12 +59,12 @@ class ListItemOutput(google.protobuf.message.Message):
5959
def __init__(
6060
self,
6161
*,
62-
output_format: global___ListOutputFormat.ValueType = ...,
62+
output_format: Global___ListOutputFormat.ValueType = ...,
6363
content: builtins.str = ...,
6464
unique_id: builtins.str | None = ...,
6565
) -> None: ...
6666
def HasField(self, field_name: typing.Literal["_unique_id", b"_unique_id", "unique_id", b"unique_id"]) -> builtins.bool: ...
6767
def ClearField(self, field_name: typing.Literal["_unique_id", b"_unique_id", "content", b"content", "output_format", b"output_format", "unique_id", b"unique_id"]) -> None: ...
6868
def WhichOneof(self, oneof_group: typing.Literal["_unique_id", b"_unique_id"]) -> typing.Literal["unique_id"] | None: ...
6969

70-
global___ListItemOutput = ListItemOutput
70+
Global___ListItemOutput: typing_extensions.TypeAlias = ListItemOutput

dbtlabs/proto/public/v1/events/fusion/log/log_pb2.pyi

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@ import dbtlabs.proto.public.v1.events.fusion.compat.otlp_pb2
88
import dbtlabs.proto.public.v1.events.fusion.phase.phase_pb2
99
import google.protobuf.descriptor
1010
import google.protobuf.message
11+
import sys
1112
import typing
1213

14+
if sys.version_info >= (3, 10):
15+
import typing as typing_extensions
16+
else:
17+
import typing_extensions
18+
1319
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
1420

1521
@typing.final
@@ -78,7 +84,7 @@ class LogMessage(google.protobuf.message.Message):
7884
@typing.overload
7985
def WhichOneof(self, oneof_group: typing.Literal["_unique_id", b"_unique_id"]) -> typing.Literal["unique_id"] | None: ...
8086

81-
global___LogMessage = LogMessage
87+
Global___LogMessage: typing_extensions.TypeAlias = LogMessage
8288

8389
@typing.final
8490
class UserLogMessage(google.protobuf.message.Message):
@@ -148,4 +154,4 @@ class UserLogMessage(google.protobuf.message.Message):
148154
@typing.overload
149155
def WhichOneof(self, oneof_group: typing.Literal["_unique_id", b"_unique_id"]) -> typing.Literal["unique_id"] | None: ...
150156

151-
global___UserLogMessage = UserLogMessage
157+
Global___UserLogMessage: typing_extensions.TypeAlias = UserLogMessage

dbtlabs/proto/public/v1/events/fusion/log/show_data_pb2.pyi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ SHOW_DATA_OUTPUT_FORMAT_TSV: ShowDataOutputFormat.ValueType # 3
4343
SHOW_DATA_OUTPUT_FORMAT_JSON: ShowDataOutputFormat.ValueType # 4
4444
SHOW_DATA_OUTPUT_FORMAT_NDJSON: ShowDataOutputFormat.ValueType # 5
4545
SHOW_DATA_OUTPUT_FORMAT_YML: ShowDataOutputFormat.ValueType # 6
46-
global___ShowDataOutputFormat = ShowDataOutputFormat
46+
Global___ShowDataOutputFormat: typing_extensions.TypeAlias = ShowDataOutputFormat
4747

4848
@typing.final
4949
class ShowDataOutput(google.protobuf.message.Message):
@@ -60,7 +60,7 @@ class ShowDataOutput(google.protobuf.message.Message):
6060
UNIQUE_ID_FIELD_NUMBER: builtins.int
6161
COLUMNS_FIELD_NUMBER: builtins.int
6262
DBT_CORE_EVENT_CODE_FIELD_NUMBER: builtins.int
63-
output_format: global___ShowDataOutputFormat.ValueType
63+
output_format: Global___ShowDataOutputFormat.ValueType
6464
"""Format of the output"""
6565
content: builtins.str
6666
"""The data in the specified format (e.g., pretty-printed table)"""
@@ -81,7 +81,7 @@ class ShowDataOutput(google.protobuf.message.Message):
8181
def __init__(
8282
self,
8383
*,
84-
output_format: global___ShowDataOutputFormat.ValueType = ...,
84+
output_format: Global___ShowDataOutputFormat.ValueType = ...,
8585
content: builtins.str = ...,
8686
node_name: builtins.str = ...,
8787
is_inline: builtins.bool = ...,
@@ -93,4 +93,4 @@ class ShowDataOutput(google.protobuf.message.Message):
9393
def ClearField(self, field_name: typing.Literal["_unique_id", b"_unique_id", "columns", b"columns", "content", b"content", "dbt_core_event_code", b"dbt_core_event_code", "is_inline", b"is_inline", "node_name", b"node_name", "output_format", b"output_format", "unique_id", b"unique_id"]) -> None: ...
9494
def WhichOneof(self, oneof_group: typing.Literal["_unique_id", b"_unique_id"]) -> typing.Literal["unique_id"] | None: ...
9595

96-
global___ShowDataOutput = ShowDataOutput
96+
Global___ShowDataOutput: typing_extensions.TypeAlias = ShowDataOutput

0 commit comments

Comments
 (0)