reesercollins opened a new issue, #20232: URL: https://github.com/apache/superset/issues/20232
## [SIP-82] Proposal for copying virtual datasets ### Motivation There is currently no way for users to copy datasets in superset. Even though they can copy the SQL of a dataset, any changes we make to the field types (e.g., in cases where we turn long, complex types into JSON, or advanced types as described in #17852) cannot be easily copied. ### Proposed Change Add a duplicate action to virtual datasets within the dataset list:  When clicked, it will open a modal which will allow the user to choose a name for the new dataset:  When OK is clicked, a duplicate of the dataset is created with the chosen name. Here it is in action: https://user-images.githubusercontent.com/10563996/171487513-426204a9-2d90-475c-b634-54612bd3d97f.mp4 ### New dependencies None. ### Migration Plan and Compatibility No migration needed. ### Rejected Alternatives No alternatives have been considered at this time. -- 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]
