CLI
The colibri CLI allows you to generate column lineage reports from your dbt project and produce an interactive visualization dashboard.
Commands
colibri generate
Generates column lineage reports from your dbt project.
colibri generate [OPTIONS]Options
Options
| Option | Description | Default |
|---|---|---|
--manifest-path | Path to dbt manifest.json | target/manifest.json |
--catalog-path | Path to dbt catalog.json | target/catalog.json |
--output-dir | Output directory | dist/ |
--help | Show help message | - |
--debug | Show debug messages | - |
Last updated on