Vitor-Avila opened a new pull request, #37315: URL: https://github.com/apache/superset/pull/37315
### SUMMARY Implements support to start the OAuth2 dance when loading the list of tables. Previously, only the catalog dropdown and the schema dropdown would have support for this. This PR uses the same logic to add support for the table selector. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF **Before** https://github.com/user-attachments/assets/d25c17be-b0a6-4a6b-9054-9b85c7b6a82f **After** https://github.com/user-attachments/assets/6348e3b1-b783-481a-bf4c-ed4a33228b6a ### TESTING INSTRUCTIONS 1. Create an OAuth connection. 2. Get the list of schemas and tables. 3. Delete the OAuth2 token from Superset DB. 4. Try refreshing the list of tables. ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- 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]
