feat(api): EE new method for debug in ch_client

This commit is contained in:
Taha Yassine Kraiem 2022-04-05 19:55:00 +02:00
parent 3f621165d6
commit 07fd1027f8

View file

@ -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