betodealmeida opened a new issue #8326: Allowing syncing columns from Superset view URL: https://github.com/apache/incubator-superset/issues/8326 **Is your feature request related to a problem? Please describe.** Currently, when a user goes from SQL Lab to the Explore view they are able to modify the SQL for the Superset view. But if they add new columns they don't sync up when editing the data source. **Describe the solution you'd like** When syncing the columns from a view, we should delete the original materialized table and run the new query before syncing the columns. We should warn the user that the original data will be wiped. **Describe alternatives you've considered** We could parse the query, but that's complicated because of different SQL dialects. **Additional context** None.
---------------------------------------------------------------- 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]
