Skip to content

Commit cca6d05

Browse files
Add workbook versions section to workbooks page (cube-js#10595)
Generated-By: mintlify-agent Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent df2b0ab commit cca6d05

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

  • docs-mintlify/docs/explore-analyze/workbooks

docs-mintlify/docs/explore-analyze/workbooks/index.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,23 @@ You can query source SQL in two ways:
3333
- **Write SQL manually** – Write standard SQL queries directly against your data source for maximum flexibility
3434
- **Ask AI** – Use the AI agent to help you research your data source, build SQL queries, and refine results in real-time
3535

36+
## Workbook versions
37+
38+
When you [publish a dashboard][ref-dashboards] from a workbook, Cube
39+
automatically creates a version snapshot. Each time you publish, a new
40+
version is recorded so you can track changes to your dashboard over time.
41+
42+
### Restoring a version
43+
44+
You can restore the state of your workbook from any previously published
45+
dashboard version. Restoring a version rebuilds the workbook with the
46+
charts and configuration from that published snapshot.
47+
48+
<Warning>
49+
Restoring a version replaces **all existing tabs** in the workbook with
50+
the tabs from the selected version. Any current work in the workbook that
51+
has not been published will be lost.
52+
</Warning>
53+
54+
[ref-dashboards]: /docs/explore-analyze/dashboards
55+

0 commit comments

Comments
 (0)