betodealmeida opened a new pull request #11397: URL: https://github.com/apache/incubator-superset/pull/11397
### SUMMARY <!--- Describe the change below, including rationale and design decisions --> This PR adds the `ImportMixin` base class to the `SavedQuery` model, as well as adding a DB migration that adds and populates the column. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF <!--- Skip this if not applicable --> N/A ### TEST PLAN <!--- What steps should be taken to verify the changes --> 1. Ran `superset db upgrade` and verified that saved queries have a UUID 2. Ran `superset db downgrade af30ca79208f` and verified that column is removed. ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [ ] Changes UI - [X] Requires DB Migration. - [X] Confirm DB Migration upgrade and downgrade tested. - [ ] 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
