villebro commented on issue #30678: URL: https://github.com/apache/superset/issues/30678#issuecomment-2448537271
I see you have `username` catalog in the Superset URL, but `db_name` in the IDE. If you're referencing different catalogs, you'll likely not find the schemas you see in `db_name` in the `username` catalog. IIUC, your Superset connection string should be ``` postgresql+psycopg2://username:XXXXXXXXXX@hostname:port#/db_name ``` (make sure the pwd is also updated to reflect `username` creds) -- 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]
