-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iterate over multiple SQL files from Directory and validate syntax #674
Comments
What's the error that you're receiving with this snippet? |
Have you tried to use See doc at http://www.nbi.io/docs/primitive-result-set/#external-definition |
Huuum, i think that the variables are not supported for execution. Something to add in framework. |
Thanks for the reply. Is there any way to meet the below requirement with NBi? |
Unfortunately not and I'm really busy with a huge migration to the v2.0 of NBi so I won't include this soon. But I'm adding that as a feature of v2.1 |
Thanks. Eagerly waiting for new major release 2.0, any tentative release date :) |
Hi,
I have multiple SQL files (contain create view statement) in a directory, whose syntax I want to validate through NBi. However I am not able to iterate over the files and pass it to my query execution. Below is the snippet of my testsuite.
The text was updated successfully, but these errors were encountered: