Skip to content
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

[Feature Request] SQL query explainer #87

Open
asaprahul opened this issue Mar 14, 2023 · 0 comments
Open

[Feature Request] SQL query explainer #87

asaprahul opened this issue Mar 14, 2023 · 0 comments

Comments

@asaprahul
Copy link
Collaborator

asaprahul commented Mar 14, 2023

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.

Screenshot 2023-03-14 at 3 33 58 PM

Accompanying explanation:

Screenshot 2023-03-14 at 3 32 39 PM

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant