Problem Description
Before editing a workbook, no duplicate/copy was created first. Also, the JSON definition of the workbook was not downloaded via REST API as a backup.
After applying changes, the logic within the workbook broke. Now it is necessary to revert back to a former state of the workbook.
Goal
How to restore an accidentally edited and changed workbook?
Learn
If the specific workbook ran before and if it was not deleted, there is a possibility to revert back to the state of the last execution.
To do so:
- Download the Job Trace for the last workbook execution.
- The resulting ZIP file contains the workbook definition in JSON format, called
job-definition.json.
- Extract the definition file.
- Revert back to the last state via our REST API for Update Workbook.
Comments
0 comments
Please sign in to leave a comment.