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
SQL code-gen we have today is powerful because it enables to get accurate answers from a massive dataset (given that the generated SQL is correct). However, if a lot of our users are not SQL experts but just anyone who has data questions then it might be worthwhile exploring a natural language SQL explainer.
Basically, explain to the user in natural language what the generated SQL is doing so they know whether it's correct or not.
Accompanying explanation:
Ideally would like to do this in separate network calls so that the latency for the first step (generating SQL, rendering table and visualization) is not affected.
The text was updated successfully, but these errors were encountered:
Explain SQL query back in natural language.
SQL code-gen we have today is powerful because it enables to get accurate answers from a massive dataset (given that the generated SQL is correct). However, if a lot of our users are not SQL experts but just anyone who has data questions then it might be worthwhile exploring a natural language SQL explainer.
Basically, explain to the user in natural language what the generated SQL is doing so they know whether it's correct or not.
Accompanying explanation:
Ideally would like to do this in separate network calls so that the latency for the first step (generating SQL, rendering table and visualization) is not affected.
The text was updated successfully, but these errors were encountered: