Installation¶
Basic Install¶
This installs the core package with all you need to generate and serve documentation sites.
What's Included¶
The base install includes everything you need:
- Documentation site generation
- Interactive lineage explorer
- Column-level lineage (via sqlglot)
- Health scoring
- Full-text search
- AI chat panel (BYOK)
Optional Extras¶
Some features require additional dependencies:
# Column profiling (connects to your database)
pip install "docglow[profiling]"
# Cloud publishing (push docs to Docglow Cloud)
pip install "docglow[cloud]"
Requirements¶
- Python 3.10+
- A dbt project with compiled artifacts in
target/(rundbt compileordbt runfirst) - See Compatibility for supported dbt versions and adapters