gap-text2sql icon indicating copy to clipboard operation
gap-text2sql copied to clipboard

Can anyone help out in figuring out what is "terminal" here?

Open surajjkumar opened this issue 3 years ago • 2 comments

While executing a natural language query "Birth year of Gina Rinehart", we got the following sql query output. The output sql query is okay, but whenever we are calling any variable data(in this case, our variable is 'Gina Rinehart'), we are getting "terminal"

Natural language query from spider's singer database: Birth year of Gina Rinehart. Corresponding output SQL query: SELECT singer.Birth_Year FROM singer WHERE singer.Name = 'terminal'

image

surajjkumar avatar Dec 20 '21 07:12 surajjkumar

I have the exact same issue here Screenshot 2022-02-01 at 09 31 25 !

david-xander avatar Feb 01 '22 08:02 david-xander

checkout this - https://github.com/awslabs/gap-text2sql/issues/5#issuecomment-774560800

rahuls321 avatar May 15 '23 16:05 rahuls321