dreynow/dbt-fleet
Governance scoring and trends for dbt projects. Runs dbt-fleet check in CI and writes the report.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project | Path to the dbt project root (containing target/manifest.json). | no | . |
| format | Output format: human, json, or html. | no | html |
| output | Path to write the report to. Required when format is html or json. | no | dbt-fleet-report.html |
| version | dbt-fleet version to install (e.g. v0.1.0). Defaults to latest. | no | latest |
| fail-on-violation | Fail the action on policy violations. Default: true. | no | true |
Outputs
| name | description |
|---|---|
| report-path | Path to the rendered report. |
| exit-code | dbt-fleet check exit code (0 pass, 1 violations, 2 error). |