Hi @tscholak - Appreciate your work on text2sql. I am trying to implement this in one of our usecase where data is in Snowflake. However, for POC I have created sqlite instance of small subset of data, can you please help me with the below:
(1) How do I run the model eventually to only return query and not execute the same on sqlite instance?
(2) How to run without utilizing the contents of the DB, though schema can still be utilized.
Thanks