-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
Cannot Apply Filter in Dashboard to Google Sheet Data Source #30413
Comments
Hey @volume8208! I'm here to help you with the issue you're facing in Superset. I'm a bot designed to assist with bug resolutions, answer questions, and guide you on becoming a contributor. Let's dive into resolving the problem together! The issue with filters applied through the Dashboard's Filter UI not working for a Google Sheets data source, while manually applying SQL WHERE filters in SQL Lab works as expected, is likely due to compatibility checks and scope management in the Dashboard's Filter UI.
To address this issue, ensure that the filters are compatible with the Google Sheets data source and within the active scope of the dashboard. Additionally, verify that the columns referenced in the filters exist in the Google Sheets data source. |
@rusackas |
Switch to mysql data source for a while
…On Mon, 7 Oct 2567 BE at 14:31 Keerthi Satya Sai Sundar < ***@***.***> wrote:
@rusackas <https://github.com/rusackas>
Facing the same issue for Google Sheet Data Source.
Can you please provide any solution for this.
—
Reply to this email directly, view it on GitHub
<#30413 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC3YASNE3H57THKVKVRQHULZ2I2DNAVCNFSM6AAAAABO6QZNBSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJWGEZTQMJRGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
It's working fine for mysql and other data sources. We have requirement for Google Sheet Data Source. |
Hey @sundar68 From what I see the filter in question is a date filter = DATETIME() Don't forget to modify the charts with your computed property |
facing the same issue |
Bug description
When using a Google Sheets data source in Superset, filters applied through the Dashboard's Filter UI are not working. System throw error "Error: Invalid query: NO_COLUMN: null". However, manually applying SQL WHERE filters in SQL Lab works as expected. This issue prevents the use of filters through the Dashboard's UI, significantly limiting the functionality for non-technical users who rely on the Filter UI.
How to reproduce the bug
Screenshots/recordings
Superset version
4.0.2
Python version
3.10
Node version
18 or greater
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: