feat(api): EE new method for debug in ch_client
This commit is contained in:
parent
3f621165d6
commit
07fd1027f8
1 changed files with 3 additions and 0 deletions
|
|
@ -25,5 +25,8 @@ class ClickHouseClient:
|
|||
def client(self):
|
||||
return self.__client
|
||||
|
||||
def format(self, query, params):
|
||||
return self.__client.substitute_params(query, params)
|
||||
|
||||
def __exit__(self, *args):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue