Landing page with workspace statistics, recent executions, and quick actions.
## Overview The Home Dashboard is the default landing page displayed when a user opens the DeltaForge GUI. It provides an at-a-glance summary of the current workspace including object counts, storage consumption, and recent activity. All user roles see this page, making it the shared entry point for analysts, data engineers, and administrators alike. The dashboard fetches its data from the control plane workspaces and executions APIs. It is designed as a read-only overview that links out to deeper pages for detailed investigation. ## Key Features - Display workspace statistics including the number of zones, schemas, tables, views, graph definitions, and pipelines registered in the active workspace. - Show recent execution history as a chronological list. Each entry includes the statement type, execution status (success, failed, cancelled), elapsed time, and the owning principal. - Provide quick-action shortcuts that link to frequently used operations such as opening the SQL editor, navigating to the Demo Gallery, creating a new pipeline, or opening the lineage graph. - Surface system alerts and notifications when relevant, such as license expiration warnings or compute node health issues. - Adapt the displayed statistics to the user's effective permissions. Users who lack access to certain zones or schemas see only the objects they are authorized to view. ## Workflow 1. Open the DeltaForge GUI. The Home Dashboard loads automatically as the default route. 2. Review the workspace statistics panel to confirm that expected objects are present. 3. Scan the recent executions list for failed or long-running queries that may require attention. 4. Use the quick-action shortcuts to navigate directly to the SQL editor, Demo Gallery, or other target pages. 5. Click any execution entry to open its full detail view, including the executed SQL text and result summary.