temp
This commit is contained in:
parent
9731d7395e
commit
7fa985a88c
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ class KuzuAdapter(GraphDBInterface):
|
|||
connection.execute("INSTALL JSON;")
|
||||
except Exception as e:
|
||||
logger.info(f"JSON extension already installed or not needed: {e}", exc_info=True)
|
||||
raise e
|
||||
|
||||
_install_json_extension()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue