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

Refactor: Handle tables in the Metrics Inspector #5109

Draft
wants to merge 27 commits into
base: main
Choose a base branch
from

Conversation

ericpgreen2
Copy link
Contributor

@ericpgreen2 ericpgreen2 commented Jun 19, 2024

This PR:

  • Creates a TableInspector component and uses it in the MetricsInspector. It is similar to the Source/Model WorkspaceInspector, but not exactly the same. In the future, we can use this component throughout the connector/{clickhouse, druid, duckdb} routes.
  • Moves the column-profile components from components to features. These components include calls to the runtime, which implies they don't belong in our design system directory.

Builds off #4678

Closes https://github.com/rilldata/rill-private-issues/issues/406

@ericpgreen2 ericpgreen2 added the Type:Bug Something isn't working label Jun 19, 2024
@ericpgreen2 ericpgreen2 self-assigned this Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant