?view=models&tab=<key>.
Models
The default tab shows the current environment’s dbt assets directly on the page, grouped under Model layers rather than inside one large container card.- Staging: source-aligned cleanup models, normally one per selected source table.
- Warehouse: conformed dimensions and facts. Reference and history tables may fold into a smaller set of durable business entities/events.
- Marts: purpose-built serving models at explicit reporting grains.
Metrics
Metrics is a searchable, read-only catalog of governed metric definitions currently available in the active environment. Each card exposes the business definition, model, aggregation, grain, dimensions, and current status where present. If there are none, the page simply says No governed metrics yet. Create or change governed metrics by asking the Assistant in Staging. The definition is validated as part of an ordinary staged proposal and reaches Production through a validated release plan; the catalog does not hand-edit semantic YAML or write directly to both environments. See Governed Metrics.Data
Data is a full-width warehouse explorer at the same content width as the other tabs.- The Warehouse explorer is visible by default, but no database/schema connection is expanded automatically.
- Expand a connection and choose a governed relation to inspect it.
- Sample data displays a bounded, scrollable row preview.
- Columns switches to a vertical, scrollable column catalog with type and available metadata; columns are not forced into one horizontal strip.
Schedule
Schedule manages dbt refresh cadence for the active environment. Choose the build scope and cadence in the workspace timezone, save it, and inspect its executions in Monitoring. Production schedules operate on production code and output databases; Staging schedules stay isolated.Build
Build is available only in Staging. Its Change model coverage section selects which discovered raw tables the governed dbt project should model. The compact summary above the source list shows:- selected table count;
- included source count;
- number of tables to add;
- number of tables to remove;
- a minimal Draft mode tag when the selection differs from the saved baseline;
- an Assistant-logo Update models action of the same visual size as the summary cards.