Skip to content

Commit f90cd99

Browse files
committed
fixes
Signed-off-by: Sai Shree Pradhan <[email protected]>
1 parent edbc642 commit f90cd99

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)