You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A common reason for this type of errors is when the cached results of an earlier query run are used. The cached results may be from an old version of the query. If you are running codeql database analyze or similar, make sure to pass the --rerun flag to avoid this problem.
If you are running the low level codeql bqrs interpret command to convert a bqrs file to CSV then you may need to explicitly supply a value for the kind property using -t kind=problem. This low-level command does not read the QL source file.
If you need further assistance, please share which command you are running and the complete error message?
Hi, can anyone guide me on the correct @kind for this query to resolve the error:
A fatal error occurred: Could not process query metadata for C:\Users......custom-java-queries\example5.bqrs.
Error was: Cannot process query metadata for a query without the '@kind' metadata property. To learn more, see https://codeql.github.com/docs/writing-codeql-queries/metadata-for-codeql-queries/ [NO_KIND_SPECIFIED]
Note: I need to run this query from a batch script and store results in a csv.
Since the result of select clause has 2 columns: element, string, I'm confused as to why I am encountering an error.
The text was updated successfully, but these errors were encountered: