Both modes produce the same catalog, lineage, and observability output in Prizm.
Supported dbt Objects
Prizm ingests the following object types from dbt:dbt Metrics and Semantic Models (
semantic_manifest.json) are ingested as enrichment data when present, but full metric observability is not yet available in the Prizm UI. This will be available in a future release.Metric Support
dbt is a transformation pipeline connector — metrics apply to dbt models, dbt tests, and dbt jobs rather than raw warehouse tables.- Operational
- Performance
- Business
Operational metrics track whether dbt models and jobs are running on time and producing expected data volumes. These are the primary signals for pipeline SLA monitoring and freshness alerting.
Execution Status and Job Run Freshness apply at the job level and are visible on the dbt Job Metric tab. Freshness is enabled by default for all dbt models. Rows Affected is configurable per model.
How Prizm Uses dbt Data
Data Catalog — Every dbt model appears as an asset in the Prizm catalog alongside its upstream sources and downstream exposures. Model descriptions, tags, owners, and materialization type are synced automatically from manifest json configuration. End-to-End Lineage — Prizm stitches the dbt DAG (frommanifest.json) with warehouse-side lineage from Snowflake or Databricks to produce a complete lineage graph from raw sources through transformation models to downstream BI reports. dbt models appear as transformation edges between warehouse tables.
Execution Observability — Prizm tracks job health per dbt job: failure rate, average and P95 run duration, and run trend over time. The dbt Jobs page in Prizm is the operational control center for your transformation pipeline.
Data Quality from Tests — dbt test results (run_results.json) are first-class quality signals in Prizm. Failing dbt tests trigger deterministic alerts, contribute to model quality scores, and can create linked issues for investigation.
dbt Jobs UI in Prizm
Each dbt connector creates a dbt Jobs view accessible from the Source detail page. The Jobs page includes:dbt Model Page
Each dbt model gets its own asset page in Prizm with:Supported Features
Next Steps
Setup
Connect Prizm to dbt Cloud or configure the dbt Core CLI plugin.
What We Collect
Full breakdown of every artifact, object, and field Prizm ingests from dbt.
FAQ
Common questions about authentication, artifacts, lineage, and test results.
Glossary
Definitions for Prizm terms used throughout this guide.