forked from getredash/redash
-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Description
Users would like to be able to keep track of edits made to their queries, with the ability to see prior versions, to see diffs between versions, and to revert to earlier versions. Requiring an explicit action to save a version is acceptable. It seems reasonable to still use the database as the production source of the currently active query, rather than trying to load the query directly from whatever versioning mechanism is used.