Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf90cd99

Browse files
committed
fixes
Signed-off-by: Sai Shree Pradhan <saishree.pradhan@databricks.com>
1 parentedbc642 commitf90cd99

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎src/databricks/sql/telemetry/telemetry_client.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ def connection_failure_log(
495495
session_id_hex=UNAUTH_DUMMY_SESSION_ID,
496496
auth_provider=None,
497497
host_url=host_url,
498+
batch_size=TelemetryClientFactory.DEFAULT_BATCH_SIZE,
498499
)
499500

500501
telemetry_client=TelemetryClientFactory.get_telemetry_client(

‎tests/unit/test_telemetry_retry.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def get_client(self, session_id, num_retries=3):
4747
session_id_hex=session_id,
4848
auth_provider=None,
4949
host_url="test.databricks.com",
50+
batch_size=TelemetryClientFactory.DEFAULT_BATCH_SIZE
5051
)
5152
client=TelemetryClientFactory.get_telemetry_client(session_id)
5253

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp