-
I have a troublesome problem. When running my ql, I get an error. Error message:
myself ql rule:
|
Beta Was this translation helpful? Give feedback.
Answered by
smowton
Apr 6, 2021
Replies: 1 comment 1 reply
-
The problem is that |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SummerSec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem is that
path-problem
queries are expected to declare anedges
andnodes
query predicate describing the full path fromsource
tosink
. The usual way to do that is to addimport DataFlow::PathGraph
, a small module that provides standard definitions of those relations.