ktmud opened a new pull request #12532: URL: https://github.com/apache/superset/pull/12532
### SUMMARY Currently Time Table is broken because recent updates on the Time Column control ( https://github.com/apache-superset/superset-ui/pull/869 ) didn't apply to the actual Time Table plugin code used in `superset-frontend`. This is because Time Table vis hasn't been fully migrated to `superset-ui`. This PR ports the necessary change to the control panel to `superset-frontend`. Tried to do the full migration, but the viz is broken in a separate way. Obviously the migrated plugin `@superset-ui/legacy-plugin-chart-time-table` doesn't really work. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF #### Before  Time controls are not visible for viz type "Time Table", and an error: ``` Datetime column not provided as part table configuration and is required by this type of chart ``` #### After  Time table works as expected. ### TEST PLAN Try create or edit a time table chart. ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [x] Has associated issue: #12147 #apache-superset/superset-ui#869 - [ ] Changes UI - [ ] Requires DB Migration. - [ ] 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]
