typedb-osi/typedb-loader

Generators can't validate query with updated TypeQL version

dmitrii-ubskii opened this issue · 0 comments

It appears that as the TypeDB Java client is updated, and the TypeQL version has changed, the string representation of a query changed. There are places where the generators look for a substring in the query (e.g. RelationGenerator.java:104) that can no longer appear. The loader ends up just ignoring the data with a generated query like

insert
$null isa null,
    has null "null";