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

Query results should be shown alongside query editor #291

Open
mweiden opened this issue Oct 1, 2019 · 0 comments
Open

Query results should be shown alongside query editor #291

mweiden opened this issue Oct 1, 2019 · 0 comments
Assignees

Comments

@mweiden
Copy link
Collaborator

mweiden commented Oct 1, 2019

Need

User story: As a user of the query service, I'd like to see query results alongside the query editor, so that can write queries based on sample table rows.

Frequently, users of an interactive database will submit initial queries to the database schema and sample table rows in order to iterate on writing/building more complex queries. For example:

  1. A starting query might be select * from files limit 10; to get a feel for what rows of the files table look like.
  2. Then, comparing the sample rows and the query side-by-side, the user might refine the query. For example adding filter criteria such as in elect * from files as f where f.body ->>'schema_type' = 'file' and f.body->'file_core'->>'file_name' = 'empty_drops_result.csv';

Definition of done

The user can view the query editor and sample results from the last run of the query side by side.

query_modals

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

2 participants