File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
src/databricks/sql/telemetry Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313@dataclass
1414class HostDetails :
1515 """
16- Part of DriverConnectionParameters
16+ Part of DriverConnectionParameters.
1717
1818 Example:
1919 HostDetails hostDetails = new HostDetails(
@@ -32,7 +32,7 @@ def to_json(self):
3232@dataclass
3333class DriverConnectionParameters :
3434 """
35- Part of TelemetryEvent
35+ Part of TelemetryEvent.
3636
3737 Example:
3838 DriverConnectionParameters connectionParams = new DriverConnectionParameters(
@@ -70,7 +70,7 @@ def to_json(self):
7070@dataclass
7171class DriverSystemConfiguration :
7272 """
73- Part of TelemetryEvent
73+ Part of TelemetryEvent.
7474
7575 Example:
7676 DriverSystemConfiguration systemConfig = new DriverSystemConfiguration(
@@ -107,7 +107,7 @@ def to_json(self):
107107@dataclass
108108class DriverVolumeOperation :
109109 """
110- Part of TelemetryEvent
110+ Part of TelemetryEvent.
111111
112112 Example:
113113 DriverVolumeOperation volumeOperation = new DriverVolumeOperation(
@@ -126,7 +126,7 @@ def to_json(self):
126126@dataclass
127127class DriverErrorInfo :
128128 """
129- Required for ErrorLogs
129+ Required for ErrorLogs.
130130
131131 Example:
132132 DriverErrorInfo errorInfo = new DriverErrorInfo(
@@ -151,7 +151,7 @@ def to_json(self):
151151@dataclass
152152class SqlExecutionEvent :
153153 """
154- Part of TelemetryEvent
154+ Part of TelemetryEvent.
155155
156156 Example:
157157 SqlExecutionEvent sqlExecutionEvent = new SqlExecutionEvent(
Original file line number Diff line number Diff line change 66@dataclass
77class TelemetryClientContext :
88 """
9- Used in FrontendLogContext
9+ Used in FrontendLogContext.
1010
1111 Example:
1212 TelemetryClientContext clientContext = new TelemetryClientContext(
You can’t perform that action at this time.
0 commit comments