You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: