Project Overview

View and manage all resources in your project.

Project Overview tab

Opening

  • File > Project Overview
  • Search "Project Overview" in the command palette

Editing the Project Name

Click the project name at the top to enter edit mode. Press Enter to save, Escape to cancel.

Datasets

Primary Datasets and Derived Datasets are listed. Click the menu button (...) next to each dataset for the following actions:

ActionDescriptionApplies to
Show MetadataView row count, column count, schema, and moreAll datasets
RenameChange the dataset nameAll datasets
ReloadReload the filePrimary only
Edit Operation...Edit the transformation (e.g., SQL Query)Derived only
DeleteDelete the datasetAll datasets

Derived Datasets have additional features:

  • SQL badge - Displayed for datasets created with SQL Query
  • Materialized View checkbox - Persists data in the MDS file when enabled (see Datasets for details)

Reports

Lists all reports in the project. Click a report name to open it in a tab. Metadata (element count, last updated) is shown for each report. Delete from the menu with a confirmation dialog.

Models

Lists saved models (GLM, Random Forest, etc.). Click a model name to open its detail tab. Metadata (type, features, target) is shown for each model.

See also