-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
bugbugbug
Description
I'm running the latest memgraph (3.5) in a docker container.
export_util is no longer working.
Running a simple query, such as:
WITH "RETURN 1 AS n" AS query
CALL export_util.csv_query(query, "/tmp/test.csv", True)
YIELD file_path, data
RETURN file_path, data;
Returns the following error:
There is no procedure named 'export_util.csv_query'.
Looking at the Query Modules tab, export_util is listed with 0 procedures, comparing to version 3.0 where it appears with 6 procedures.
I compared the actual export_util.py code from both versions, and the code is virtually identical, so I wasn't able to easily pin down the source of problem.
The problem exists at least since Memgraph 3.2.1. For now, the only thing that worked was reverting to memgraph/memgraph-mage:3.0-memgraph-3.0