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

Redesign create pipeline UX and pipeline outputs for greater density and performance #663

Merged
merged 4 commits into from
Jun 21, 2024

Conversation

mwylde
Copy link
Member

@mwylde mwylde commented Jun 21, 2024

This PR redesigns the create pipeline experience with a focus on reducing the space taken up by UI elements to increase room for the editor and results pages. It looks like this:

image

Changes:

  • Main sidebar is now collapsable
  • The catalog is split into two tabs: tables and UDFs, and can now be resized and hidden
  • Pipeline controls have been shrunk and moved into the top bar, allowing us to eliminate the mid-bar
  • Tabs for the output pane have been shrunk and moved to the side
  • New data table component with a much more compact style, resizable columns, and much better performance—allowing us to show up to 10k rows
  • New control for configuring whether sinks are enabled in preview
  • (in pipeline details) fixed issue where stopping and starting a pipeline would stop the tailing, without making that obvious to the user, requiring a refresh to restart tailing
  • Output data API now sends batches instead of individual rows, and preview sink keeps track of row ids statefully

@mwylde mwylde force-pushed the create_pipeline_redesign branch from b056cad to 2c3589a Compare June 21, 2024 22:14
@mwylde mwylde merged commit 4e7d689 into master Jun 21, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

1 participant