fix: Remove invalid 'use_session_id' setting from ClickHouse client config
This commit is contained in:
parent
906ecb7816
commit
68e665a0c2
@ -47,8 +47,7 @@ def create_base_client():
|
|||||||
'enable_http_compression': 1,
|
'enable_http_compression': 1,
|
||||||
'database': 'stock_db',
|
'database': 'stock_db',
|
||||||
'max_execution_time': 300,
|
'max_execution_time': 300,
|
||||||
'mutations_sync': 0,
|
'mutations_sync': 0
|
||||||
'use_session_id': 0
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user