-
Notifications
You must be signed in to change notification settings - Fork 582
fix: required dashboard filters for SQL charts #15234
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
fix: required dashboard filters for SQL charts #15234
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
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 locally -- looks good!
6dc0d9d
to
3e139cd
Compare
Your preview environment pr-15234 has been deployed. Preview environment endpoints are available at: |
Preview environment logs can be accessed at: https://console.cloud.google.com/logs/query;query=resource.labels.namespace_name%3D%22pr-15234%22;duration=PT30M?project=lightdash-previews |
# [0.1705.0](0.1704.0...0.1705.0) (2025-06-11) ### Features * add fallbackType to DashboardFieldTarget for SQL column filters ([#15234](#15234)) ([ad15d87](ad15d87))
🎉 This PR is included in version 0.1705.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Closes: #15161
Description:
Before:

After:


AI Description:
Added support for fallback type in dashboard filter targets to improve filter handling when fields or columns are not immediately available. This allows filters to function properly even when the underlying data structure is still loading or when using SQL columns.
Key changes:
fallbackType
property toDashboardFieldTarget
to infer filter types when fields/columns aren't available