In getting_started/lesson_5 when I get to
terminusdb alldocs --type Employee -q team=it
the output is
terminusdb_client.errors.InterfaceError: team is not a proerty in Employee
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 with terminusdb/terminusdb-server:v10.0.4.
In getting_started/lesson_5 when I get to
the output is
At this point in the lesson, my
schema.pyhas a team property in EmployeesFromCSV but not in Employee.I am using
terminusdb-client==10.0.19withterminusdb/terminusdb-server:v10.0.4.