This commit is contained in:
Daulet Amirkhanov 2025-10-13 17:04:08 +01:00
parent 9731d7395e
commit 7fa985a88c

View file

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