dataiku / dss-plugin-neo4j

A DSS Plugin to interact with the Neo4j graph database
Apache License 2.0
7 stars 1 forks source link

[Feature Request] Create nodes with multiple labels #26

Open Cobra5197 opened 2 years ago

Cobra5197 commented 2 years ago

Hello,

We would like to be able to create nodes with several labels directly with the connector. Right now our workaround is to create a "labels" property with all the other labels we want to add to the node and then run a Cypher query to add labels to the nodes.

Regards, Cobra