How to specify a specific graph to connect to with integration neo4j with spark?
I have multiple graphs like:
There is no option given in official document to specify which graph to use while reading/ writing data.
How to specify a specific graph to connect to with integration neo4j with spark?
I have multiple graphs like:
There is no option given in official document to specify which graph to use while reading/ writing data.
There is a Session option : 'database' to specify db name.
Thanks