Skip to content

Commit 28efaba

Browse files
committed
fixed doc string
Signed-off-by: Sai Shree Pradhan <saishree.pradhan@databricks.com>
1 parent d72fb27 commit 28efaba

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/databricks/sql/telemetry/telemetry_event.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@dataclass
1414
class 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
3333
class 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
7171
class 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
108108
class 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
127127
class 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
152152
class SqlExecutionEvent:
153153
"""
154-
Part of TelemetryEvent
154+
Part of TelemetryEvent.
155155
156156
Example:
157157
SqlExecutionEvent sqlExecutionEvent = new SqlExecutionEvent(

src/databricks/sql/telemetry/telemetry_frontend_log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@dataclass
77
class TelemetryClientContext:
88
"""
9-
Used in FrontendLogContext
9+
Used in FrontendLogContext.
1010
1111
Example:
1212
TelemetryClientContext clientContext = new TelemetryClientContext(

0 commit comments

Comments
 (0)