Hi,
we created one vertex as “suburb” using the studio and now we tried to load the data using graph-loaders and csv. Eventually, there was something wrong in groovy and it dint loaded all the data properly. so , we removed all the loaded vertices like g.V().hasLabel(“suburb”).drop().
we re-loaded the data and it loaded fine but again due to some discrepancies. we tried deleting the sub-urb schema like schema.VertexLabel(“suburb”).drop() and it gives me an error like suburb_p table does not exits.
we tried verifying the table by connecting to cqlsh and the tables suburb_p and suburb_e were not there.
i tried all the options like restart, refresh but nothing is working. could you please help