Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-17-2022 08:39 PM - edited 11-17-2022 08:39 PM
can you create new relationships using graph projection? Here is the code i have that doesn't work. However, it works after i remove the create relationships part.
Failed to invoke procedure `gds.graph.project.cypher`: Caused by: org.neo4j.graphdb.NotInTransactionException: The transaction has been closed.
11-18-2022 08:21 AM - edited 11-18-2022 08:25 AM
The intent of the cypher queries are to identify the nodes and relationships to project. As such, I suspect the queries are executed in a read transaction, so write operations are not allowed.
I suggest you create the relationships prior to projecting.your relationship query in your projection will be much simpler as a result.
All the sessions of the conference are now available online