Skip to main content
Operations owns model inspection and Initial Run. The Data Model view shows the current environment’s dbt assets grouped by layer. Operators can inspect model files, SQL previews, tests, and model metadata for the active environment.

Layers

  • Staging: source-aligned cleaned models.
  • Warehouse: dimensions and facts.
  • Marts: downstream consumption models.
  • Tests: dbt tests associated with the generated project.

Environment awareness

Staging Operations reads from the staging workspace and branch. Prod Operations reads governed production state from the configured production branch/runtime.

Run actions

Model run actions can be started from Operations, and their run history, logs, and audit records are tracked in Monitoring. Test actions run dbt tests for the selected test scope.