-
Notifications
You must be signed in to change notification settings - Fork 561
feat: filter SQL chart with table viz #14880
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
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
be7a281
to
0778ae5
Compare
c2dafed
to
44a17de
Compare
0778ae5
to
d928f63
Compare
44a17de
to
a3491c8
Compare
a3491c8
to
4f5ee80
Compare
packages/frontend/src/features/queryRunner/sqlRunnerPivotQueries.ts
Outdated
Show resolved
Hide resolved
packages/frontend/src/features/sqlRunner/hooks/useSavedSqlChartResults.tsx
Outdated
Show resolved
Hide resolved
4f5ee80
to
2ccbf07
Compare
2ccbf07
to
ebb4ef4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, columns are now correct in the filter 🚀
Noticed a bug which I believe to be unrelated to this change, but worth checking:
Screen.Recording.2025-05-28.at.12.43.17.mov
Merging this PR as we can replicate the issue in |
# [0.1660.0](0.1659.3...0.1660.0) (2025-05-28) ### Features * filter SQL chart with table viz ([#14880](#14880)) ([c4a9429](c4a9429))
🎉 This PR is included in version 0.1660.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Closes:
Description:
Changes:
Reviewer actions