Skip to content
Recued
Menu
← Back to recipes

dbt Cloud run health brief

by recued-core v1

Read-only dbt Cloud workflow for reviewing recent account jobs and runs, including job recency, run status, failures, artifacts, and operational follow-up. It does not trigger jobs, cancel runs, mutate projects/environments/jobs, read credentials or service tokens, call Discovery or Semantic Layer APIs, or use arbitrary dbt API routes.

How it works 12 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (12 steps)
jobs_raw ?
runs_raw ?
jobs default
Apply default
runs default
Apply default
job_count count
Count items in jobs
run_count count
Count items in runs
job_rows slice
Take a subset of
run_rows slice
Take a subset of
job_table to_table
Format results as a data table
run_table to_table
Format results as a data table
summarize ?
card to_summary
Format results as a summary card
Settings 6 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

focus setting = Summarize current dbt Cloud job and run health. Call out failed, cancelled, long-running, queued, or stale runs, useful artifacts, likely owner follow-ups, and missing context. Do not invent run causes or model failures that are not in the dbt Cloud payload.
dbt cloud setting =
job limit setting = 15
run limit setting = 25
account id setting = 0
max length setting = 900

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Dbt_cloud connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

dbt-cloud dbt-clouddbtdata-opsrunsjobsanalytics-engineeringpack:dbt-cloud

Details

12 steps 6 configurable settings recipe_id: dbt-cloud-run-health-brief