cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Can't get bloom to work

I followed the instructions here: https://neo4j.com/developer/neo4j-bloom/

But whenever I type in CALL db.schema() it says:

ERROR: Neo.ClientError.Procedure.ProcedureNotFound

There is no procedure with the name db.schema registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.

1 ACCEPTED SOLUTION

clem
Graph Steward

This works:

CALL db.schema.visualization()

(I suspect the call you used is deprecated.)

[later], I submitted a pull request that fixes the documentation.

View solution in original post

1 REPLY 1

clem
Graph Steward

This works:

CALL db.schema.visualization()

(I suspect the call you used is deprecated.)

[later], I submitted a pull request that fixes the documentation.