dbt Model Visualizer
Upload manifest.json and explore your DAG. Parsed in a Web Worker — nothing uploaded.
Drop your manifest.json here
Max 50MB. Supports dbt-core 1.5+ (manifest schema v7–v12).
Your manifest is parsed entirely in your browser. Nothing is uploaded.
Frequently Asked Questions
+What is manifest.json?
It is the artifact dbt emits into target/manifest.json every time you run dbt compile, dbt run, or dbt build. It contains the full project graph: models, sources, seeds, snapshots, and their dependencies.
+Does my manifest.json get uploaded?
No. Parsing happens in a Web Worker inside your browser. Nothing is sent to any server.
+Which manifest schema versions are supported?
dbt manifest schema v7 through v12, covering dbt-core 1.5 through 1.8+.
+What is the file-size limit?
50 MB. Most projects come in well under that; extremely large monorepos may need splitting.
+What do the node colors mean?
Indigo = model, teal = source, amber = seed, purple = snapshot. The legend at the top of the canvas also shows this.
+Can I filter or search the graph?
Yes — use the search box to jump to a node by name. Click any node to see its details (materialization, schema, description) in the side panel.
Advertisement