Skip to content

Error was: Unknown kind "Table". [UNSUPPORTED_KIND] #13839

Answered by smowton
DonaldEnwan asked this question in Q&A
Discussion options

You must be logged in to vote

I think you are probably doing something like running all .ql files in the queries repository, but some of these have special @kinds that are intended for use by support tools such as IDE integration.

Instead you should run a .qls file found in the queries repository, such as javascript/ql/src/codeql-suites/javascript-code-scanning.qls, which runs the high-accuracy security queries (the default query suite for Code Scanning), or the javascript-security-extended.qls and javascript-security-and-quality.qls files in the same directory which add progressively more queries.

If this doesn't work, could you post your CLI version and the exact command you are using to try to analyse your database?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@DonaldEnwan
Comment options

Answer selected by DonaldEnwan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants