rusackas commented on issue #30678: URL: https://github.com/apache/superset/issues/30678#issuecomment-4035370701
Per the June 2025 comment from @cnogradi, this appears to affect any schema with a `pg` prefix, not just one named `pgsql`. It seems like Superset may be filtering out schemas starting with `pg` (which PostgreSQL uses internally for system schemas like `pg_catalog`, `pg_toast`). A fix would need to target the schema listing query to allow user-defined schemas with `pg` prefixes. PRs welcome if anyone can investigate. -- 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]
