Skip to main content
Prizm runs two platform jobs against each dbt connector:
Type: CONTEXT — runs once after setup is complete.Parses manifest.json to build the full dbt catalog: models, sources, tests, exposures, columns, lineage, tags, and owners. All subsequent jobs and UI views depend on this completing successfully.
catalog.json is optional and enriches column data types with warehouse-introspected values. semantic_manifest.json is ingested if present — full metric UI support coming soon.

What You See in Prizm

dbt Job Page

Access from Home Page → View All → Jobs → DBT
Health snapshot of the dbt job powered by the last 30 days of run data.Key Metric Cards: Failure Rate (30D), Avg Duration (30D), P95 Duration (30D), Runs (Last 7D), Runs (Last 30D).Prizm also surfaces AI risk signals — duration regression, recurring failures, high-impact job, and test degradation.Right Side Panel — More Info: Qualified Name, Source Name, Type (JOB), Execution Mode, Job ID, Last Run At, Modified At,DBT Cloud Specific Metadata: Environment, Job Schedule
Dbt Job

dbt Model Asset Page

Dbt Mode
Key Metric Cards: Volume, Schema, Freshness, Metrics, Total Runs, Failure Rate (%).Right Side Panel: Qualified Name, Source Name, Type, Materialization, Materializes To (linked warehouse table), Alias, dbt Owner, dbt Tags, Database, Schema, Execution Mode.

dbt Test Asset Page

Each dbt test is a standalone asset in Prizm.
Key Metric Cards: Total Executions, Failures, Failure Rate (%).Also shows Description, Semantic context, Owners, Audience, Who should use this, and inline Lineage showing the upstream model and column.
Right Side Panel — More Info: Qualified Name, Source Name, Type (TEST), Execution Mode, Severity (error / warn), Test Type (generic / singular), Created At, Modified At.

dbt Exposure Asset Page

Each dbt exposure represents a downstream consumer (dashboard, notebook, application, ML pipeline). Tabs: Overview, Lineage, Audit, Documentation, Conversation.
Key Metric Cards: Volume, Schema, Freshness, Metrics (inherited from upstream models).Also shows Description, Semantic context, Owners, Audience, Who should use this, and inline Lineage showing the upstream model chain.
Exposures have no Run, Test, Metric, or Compiled Code tabs — they are not executed by dbt. All quality and metric signals come from upstream models.

Next Steps

Setup

Connect Prizm to dbt Cloud or configure the dbt Core CLI plugin.

FAQ

Common questions about artifacts, lineage, and troubleshooting.