feliblo/dbtective
A Rust-powered detective for dbt metadata best practices.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-file | Location of the YML config file. | no | dbtective.yml |
| entry-point | Path to dbt project root directory. | no | . |
| manifest-file | Path to dbt manifest file. | no | target/manifest.json |
| verbose | Run dbtective in verbose mode. | no | false |
| only-manifest | Run only manifest-based rules, skip catalog rules. | no | false |
| output-format | Output format: table, json, csv, or ndjson. | no | table |
| output-file | Write output to a file instead of stdout (does nothing in combination with `table` output format). | no | "" |
| version | Version of dbtective to install (e.g., 'v0.1.10' or 'latest'). | no | latest |
Outputs
no outputs