|
Hey, for my master thesis I am trying to build a custom query set based on already existing .ql files. For some of the queries, certain dependencies need to be included in my qlpack.yml. Currently I need to find the dependency for using "import ExternalAPIs" when using ql for python, but I am certain that I will encounter more libraries that are not in the "standard" includes like suite-helpers and python-all. Thanks, Markus |
Answered by
mutasDev
Oct 19, 2022
Replies: 1 comment
|
Answered: There are .qll files for those library imports in the folder with the original .ql files. Those need to be included in the folder of the .ql files when moved. |
0 replies
Answer selected by
mutasDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answered: There are .qll files for those library imports in the folder with the original .ql files. Those need to be included in the folder of the .ql files when moved.