Skip to content

Commit 6110797

Browse files
committed
Fix TypeScript compilation: add missing fields to system_configuration interface
1 parent a3c9042 commit 6110797

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/telemetry/DatabricksTelemetryExporter.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ interface DatabricksTelemetryLog {
4848
os_arch?: string;
4949
driver_name?: string;
5050
client_app_name?: string;
51+
locale_name?: string;
52+
char_set_encoding?: string;
53+
process_name?: string;
5154
};
5255
driver_connection_params?: any;
5356
operation_latency_ms?: number;

0 commit comments

Comments
 (0)