-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"team is not a property in Employee" for getting started lesson 5 #42
Comments
@dwinston I have made some changes last Friday maybe try again with the new code in the tutorial? |
Hmm, different error now:
|
The schema appears to be in the db though:
|
At which step when you get this error? |
Hey -- I'm using TerminusX rather than a local database, but received the same error message working through getting_started/lesson_5. My bet is that it's a TerminusDB Server code bug regarding Enum queries, not a tutorial-specific issue; the query started working for me, presumably because TerminusX was updated. I'd recommend trying again with the latest release. |
In getting_started/lesson_5 when I get to
the output is
At this point in the lesson, my
schema.py
has a team property in EmployeesFromCSV but not in Employee.I am using
terminusdb-client==10.0.19
withterminusdb/terminusdb-server:v10.0.4
.The text was updated successfully, but these errors were encountered: