Skip to content

Commit 1ad4b84

Browse files
committed
Disable autogenerate session id
1 parent dd9946e commit 1ad4b84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clickhouse/datadog_checks/clickhouse/clickhouse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def connect(self):
120120
compress=self._compression,
121121
ca_cert=self._tls_ca_cert,
122122
verify=self._verify,
123+
autogenerate_session_id=False,
123124
# https://clickhouse.com/docs/integrations/python#settings-argument
124125
settings={},
125126
)

0 commit comments

Comments
 (0)