volume8208 opened a new issue, #30413: URL: https://github.com/apache/superset/issues/30413
### 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 - Connect a Google Sheets data source to Superset. - Create a dashboard using this data source. - Add a filter to the dashboard through the Filter UI. - Observe that the filter does not apply correctly to the Google Sheets data. - Go to SQL Lab and manually apply a SQL WHERE clause to the same data source. - Observe that the filter works when applied through SQL Lab. ### Screenshots/recordings <img width="1075" alt="Screenshot 2567-09-27 at 13 58 17" src="https://github.com/user-attachments/assets/bbd83793-054b-475b-8623-2b2fec94e327"> ### Superset version 4.0.2 ### Python version 3.10 ### Node version 18 or greater ### Browser Chrome ### Additional context _No response_ ### Checklist - [X] I have searched Superset docs and Slack and didn't find a solution to my problem. - [X] I have searched the GitHub issue tracker and didn't find a similar bug report. - [X] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
