I want to know how to run an arbitrary sql query ,
I am to create one using dbt compile --inline but how can I call that query. Its stored inside the target folder. Secondly I need to run multiple arbitrary queries so do I just store all of them in the inline_query single file inside the target folder or is there a way to create multiple inline files
The reason for arbitrary query is delete command, I know there are other ways to replicate the delete functionality, but I specifically require the delete command