EnxDev opened a new pull request, #36678: URL: https://github.com/apache/superset/pull/36678
<!--- Please write the PR title following the conventions at https://www.conventionalcommits.org/en/v1.0.0/ Example: fix(dashboard): load charts correctly --> ### SUMMARY <!--- Describe the change below, including rationale and design decisions --> This PR introduces a new **Datasource Connector feature** - a multi-step wizard that guides users through connecting data sources and creating dashboards from templates. The feature provides a streamlined workflow for: 1. **Connect Data Source** - Select an existing database connection and schema, or add a new database 2. **Review Schema** - Analyze the database schema with AI-powered interpretation (animated progress UI) 3. **Generate Dashboard** - Create dashboards from templates (placeholder for future implementation) **Before:** Users had to manually navigate between different pages to connect databases, explore schemas, and create dashboards. After: A unified wizard experience at /datasource-connector/ that walks users through the entire process step by step. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF <!--- Skip this if not applicable --> - Images <img width="1893" height="1186" alt="Screenshot 2025-12-16 175313" src="https://github.com/user-attachments/assets/60b1af3e-6e3e-4ece-bd7a-8c4d5284127a" /> <img width="1880" height="1216" alt="Screenshot 2025-12-16 175538" src="https://github.com/user-attachments/assets/61f880af-6bdf-49be-8a5f-ea175ccb57f1" /> <img width="1889" height="1183" alt="Screenshot 2025-12-16 175556" src="https://github.com/user-attachments/assets/85b3bbc3-716d-4a6e-98c7-6353b756d2ad" /> <img width="1887" height="1202" alt="Screenshot 2025-12-16 175603" src="https://github.com/user-attachments/assets/61521ae8-2658-464b-8869-c01459f72ff0" /> - Video https://github.com/user-attachments/assets/3f335c93-7b88-4532-bc7f-0d60f3fc0be7 ### TESTING INSTRUCTIONS <!--- Required! What steps can be taken to manually verify the changes? --> 1. All tests should pass 2. Manual testing of the wizard flow go to `http://localhost:9000/datasource-connector/` 3. Verify database selection and schema picker functionality 4. Verify navigation between steps ### 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 es 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]
