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

Better support previewing multiple queries #291

Open
mwylde opened this issue Aug 30, 2023 · 0 comments
Open

Better support previewing multiple queries #291

mwylde opened this issue Aug 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mwylde
Copy link
Member

mwylde commented Aug 30, 2023

Currently the preview experience works like this:

  • We plan the query
  • We compile it into a dataflow
  • We traverse the dataflow and find all of the sinks and replace them with WebSinks

Then on the frontend, we request the /v1/pipelines/{pipeline_id}/jobs/{job_id}/output API which makes a request to the controller to stream the job outputs.

This then merges all of the outputs into a single result table, which can be pretty hard to parse.

Instead we should separate out the outputs for each query (possibly into separate tabs in the UI) and allow distinguishing which operator they came from the in API.

@mwylde mwylde added the enhancement New feature or request label Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant