Skip to content

Commit

Permalink
feat: support in python
Browse files Browse the repository at this point in the history
  • Loading branch information
dl239 committed Nov 7, 2023
1 parent 3f672a7 commit 351ca4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/openmldb_sdk/openmldb/sdk/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def init(self):
options.zk_log_level = int(self.options_map['zkLogLevel'])
if 'zkLogFile' in self.options_map:
options.zk_log_file = self.options_map['zkLogFile']
if 'zkCert' in self.options_map:
options.zk_cert = self.options_map['zkCert']
else:
options = sql_router_sdk.StandaloneOptions()
# use host
Expand Down

0 comments on commit 351ca4d

Please sign in to comment.