betodealmeida commented on issue #34072: URL: https://github.com/apache/superset/issues/34072#issuecomment-3062962922
Looking at the DB engine spec, I think we now assume that the catalog will be always specified in the URI; if not, it defaults to `internal` which seems to be the Doris default. I think the expected behavior is: 1. If you're not planning to use multi-catalog, you need to specify a catalog in the URI (otherwise it will default to `internal`, which is unlikely to be what you want). 2. If you're planning to use multi-catalog, then you can have just the schema in the URI, since the the catalog will be set for each query. @liujiwen-up can you confirm? I am doing a PR clearing the logic and little bit, and clarifying it. -- 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]
