suryanshpratap825 commented on issue #33174: URL: https://github.com/apache/superset/issues/33174#issuecomment-2844851611
Hi @rusackas, Try to extract the query and run it directly in SQL Lab—I'm referring to the chart's query. Please take a look at the images below. This will show you the exact SQL query that is hitting the database and returning the results. <img width="725" alt="Image" src="https://github.com/user-attachments/assets/5b74c4be-d806-4ee2-b664-c23783f95a34" /> <img width="495" alt="Image" src="https://github.com/user-attachments/assets/468a2e8e-37cc-47a7-904b-571896b93465" /> Sometimes, row-level security (RLS) policies or additional filters are applied, which may prevent the data from appearing in the chart. Running the query separately will help you identify if that's the case. You can also try executing the same query in SQL Lab. If you still face the same issue there, let me know. Otherwise, this process should help you understand why the data isn't showing up during chart rendering. -- 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]
