I have installed DSE 5.0 with the DSE Graph engine, and am trying to follow the docs to get a graph up and running, but I have run into an issue with defining the graph schema.
When I try to reference schema, for example by doing schema.propertyKey('test').Text().create(), I get the following error:
No such property: schema for class: Script2
I have tried digging around the various config files associated with the DSE Graph, but haven't had any luck finding anything helpful. Has anyone else hit this error before?