Skip to content

Commit

Permalink
Call Connect after db name changed (#1484)
Browse files Browse the repository at this point in the history
Signed-off-by: longjiquan <[email protected]>
  • Loading branch information
longjiquan authored May 30, 2023
1 parent 239dcc8 commit ad67bea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymilvus/client/grpc_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def close(self):
def reset_db_name(self, db_name):
self._setup_db_interceptor(db_name)
self._setup_grpc_channel()
self._setup_identifier_interceptor(self._user)

def _setup_authorization_interceptor(self, user, password, token):
keys = []
Expand Down

0 comments on commit ad67bea

Please sign in to comment.