Conversation
🦋 Changeset detectedLatest commit: f7c0e4c The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR Review: Metric Attribute ExplorerCritical Issues
Important Issues
NotesThe feature looks good overall - nice UI/UX implementation with proper debouncing, loading states, and React Query integration. The parameterized queries in the ClickHouse hooks are properly done. Main concerns are the string interpolation in the WHERE/GROUP BY clause formatters that could allow SQL injection if values contain quotes. |
E2E Test Results✅ All tests passed • 64 passed • 4 skipped • 792s
Tests ran across 4 shards in parallel. |
pulpdrew
left a comment
There was a problem hiding this comment.
This looks great, just a couple of minor comments!
Also one behavior that was unexpected was that anytime the query is submitted (including when adding a filter or group by using this panel), the helper panel is collapsed. Is that intentional?
Fixes HDX-2282