Snapshots

Overview

Snapshots is the searchable list page for named snapshot definitions. Use it to find a snapshot by name, update SQL, or description, review the available entries, open an existing snapshot for editing, create a new snapshot, or delete one that is no longer needed.

Function

The page combines a search filter with a read-only result grid. The search field narrows the list by snapshot name, update SQL, or description, and the clear-filter button reloads the full list.

Double-click a row to open the Snapshot page, where the snapshot name, description, and SQL expression can be maintained. Use New to start a new snapshot from the list, or Delete to remove the selected snapshot after confirmation.

Access

Open the list from the Snapshots node in the navigation tree or from the Snapshots command in the DWH toolbar. The navigation tree also provides Add snapshot, and each existing snapshot provides Edit snapshot.

How to access

Snapshots -> List snapshots

Toolbar

DWH -> Snapshots

Diagram

Not direct. Manage snapshots from the list; transformations can later reference a snapshot.

Visual element

Snapshots list page

Screen overview

ID Property Description
1Search criteriaFilter area at the top of the page.
2Search fieldText field used to filter snapshots by name, update SQL, or description. Press Enter to run the same filter as the Search button.
3SearchRuns the filter and refreshes the Snapshots grid.
4Clear filterClears the search field and reloads the full snapshot list.
5NameGrid column for the snapshot name.
6Update SQLGrid column showing the SQL expression used by the snapshot definition.
7DescriptionGrid column describing the purpose of the snapshot.
8Snapshots gridRead-only result list for reviewing snapshots. Double-click a row to open it on the Snapshot page.
9DeleteDeletes the selected snapshot after user confirmation, then refreshes the page.
10NewStarts a new Snapshot from the list page. The navigation tree also offers Add snapshot for opening the editor directly.

Related topics