1 link tagged with all of: dbt + documentation + lineage + static-site
Click any tag below to further narrow down your results
Links
Docglow replaces built-in dbt docs with an interactive single-page app that works out of the box with any compiled dbt Core project. It generates a static site featuring unlimited models, column-level lineage, project health scores, full-text search, AI-powered chat, and dark mode with zero configuration.
- Two commands (pip install + generate) turn compiled dbt artifacts into a static docs site with no dbt Cloud or backend required.
- Includes column-level lineage tracing with transformation labels (direct/derived/aggregated) and a health score for docs/test/description coverage.
- Can gate CI pipelines with --fail-under and cut large-project payloads by up to 60% by skipping column lineage or slimming output.
- AI chat and an MCP server let editors query project metadata directly, with chat streaming via a user-supplied Anthropic key rather than shipping it.