Snowsight worksheets: Changes to working with versions¶

Attention

This behavior change is in the 2023_07 bundle.

For the current status of the bundle, refer to Bundle History.

The way that you work with versions of a worksheet in Snowsight is different:

Before the change:

When you select versions of a worksheet, the code for the selected version updates for the worksheet and replaces the code in the worksheet. Some versions are designated as drafts, and you can see the results for selected past versions of a worksheet.

Past Code Versions dropdown showing versions of a worksheet available to select and change the content of the worksheet to match the selected version.
After the change:

When you select versions of a worksheet, the code for the selected version appears in a dialog box where you can copy the code to modify in the current worksheet version context.

You cannot view the results for selected versions of a worksheet, and draft versions are no longer distinguished in the list.

Versions are de-duplicated based on the query text, and worksheet filters in place, and the context in which the worksheet was executed.

Dialog that appears after selecting the Code Versions button for a worksheet, showing the SQL that was run for a selected version with the full list of available versions shown.

Ref: 1313