john-bodley opened a new pull request #8372: [migration] Migrating since/until to time_range URL: https://github.com/apache/incubator-superset/pull/8372 ### CATEGORY Choose one - [ ] Bug Fix - [x] Enhancement (new features, refinement) - [ ] Refactor - [ ] Add tests - [ ] Build / Development Environment - [ ] Documentation ### SUMMARY The time ranges `since`/`until` concepts were replace with `time_range` in https://github.com/apache/incubator-superset/pull/4981 which dynamically transforms the form data. This PR creates a migration to migrate `since` and `until` to `time_range` to aid with future migrations and analysis. Note the dynamic logic remains to ensure saved URLs work correctly. ### TEST PLAN Ran the migration (both upgrade and downgrade) on the example dataset. ### 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 ### REVIEWERS to: @betodealmeida @etr2460 @michellethomas @mistercrunch
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
