Merge remote-tracking branch 'origin/dev' into ci-test-pr-1230

This commit is contained in:
Daulet Amirkhanov 2025-08-19 13:27:30 +01:00
commit f9cfadac01

View file

@ -150,8 +150,9 @@ class KuzuAdapter(GraphDBInterface):
s3_file_storage = S3FileStorage("") s3_file_storage = S3FileStorage("")
async with self.KUZU_ASYNC_LOCK: if self.connection:
self.connection.execute("CHECKPOINT;") async with self.KUZU_ASYNC_LOCK:
self.connection.execute("CHECKPOINT;")
s3_file_storage.s3.put(self.temp_graph_file, self.db_path, recursive=True) s3_file_storage.s3.put(self.temp_graph_file, self.db_path, recursive=True)