mattw
07/15/2023, 11:25 AMcaveat my_test(b bool) {
b
}
definition abc {
}
definition test {
relation abc: abc with my_test
}
FTL failed to write schema error="rpc error: code = FailedPrecondition desc = could not lookup caveat `my_test` for relation `abc`: caveat `my_test` not found"