kevintruong opened a new issue #186:
URL: https://github.com/apache/incubator-age/issues/186
**Describe the bug**
A clear and concise description of what the bug is.
**How are you accessing AGE (Command line, driver, etc.)?**
- python driver
**What data setup do we need to do?**
```pgsql
None
```
**What is the command that caused the error?**
```pgsql
SELECT * from cypher('agegraph', $$ MATCH (node:NodeWithKey) RETURN node $$)
as (v agtype);
```
```
ERROR: Label NodeWithKey does not exists
```
**Expected behavior**
return empty record
**Environment (please complete the following information):**
- Version: [e.g. 0.7.0]
**Additional context**
Add any other context about the problem here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]