You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you create a piece of cypher while connected to a neo4j connection and include a missing label, that label is marked as a warning, e.g. Relationship Type RELATES_TO is not present in the database. However, if you put that same cypher in a string within a python file and prefix it with //cypher then the syntax is highlighted but the missing labels and relationships are not marked up as warnings
The expected behaviour would be that an embedded string would be linted for missing labels and relationships just as it is within a .cypher file.
The text was updated successfully, but these errors were encountered:
If you create a piece of cypher while connected to a neo4j connection and include a missing label, that label is marked as a warning, e.g.
Relationship Type RELATES_TO is not present in the database
. However, if you put that same cypher in a string within a python file and prefix it with //cypher then the syntax is highlighted but the missing labels and relationships are not marked up as warningsThe expected behaviour would be that an embedded string would be linted for missing labels and relationships just as it is within a
.cypher
file.The text was updated successfully, but these errors were encountered: