Vitor-Avila commented on PR #37298: URL: https://github.com/apache/superset/pull/37298#issuecomment-3841838249
@michael-s-molina it depends. Typically, you would need a token before doing anything, so this could happen at the catalog selector (if `multi_catalog` is enabled) or at the schema selector (if `multi_catalog` is disabled). Then for GSheets there's only one schema that doesn't require querying the DB, so the error would happen at the table selector. Also, for any OAuth connection the token might be manually revoked at the DB side, which would prompt users to create a new token in Superset, so we must support this error message in any of these dropdowns. In case it's helpful, I can record a video of typically how this would show up in the old SQL Lab UI. Thank you! -- 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]
