lilotter45 commented on issue #30208: URL: https://github.com/apache/superset/issues/30208#issuecomment-3160012566
I don't know if this is related, but I'm seeing the same behavior/issue with a StarRocks database in Superset 5.0.0 (also checked in 4.1.2 and have the same issue): - Within Superset, the schema/table dropdowns show all views and materialized views, but none of the tables. - Within SqlLab, I am able to execute queries against the tables that do not appear in the schema explorer. - Running the `SHOW TABLES` command within SqlLab also returns the full list of all objects the user has access to, including the tables missing from the schema explorer. - Initially the user had grants for `SELECT` on all tables, views, and materialized views in a given schema. I've also tried granting `ALL PRIVILEGES` without any difference in behavior. - I've also tested connecting as an administrator for the server and observed the same behavior, so it doesn't appear to be a permissions issue. -- 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]
