godatadriven/dbt-bouncer
Configure and enforce conventions for your dbt project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| check | Limit the checks run to specific check names, comma-separated. Examples: 'check_model_has_unique_test', 'check_model_names,check_source_freshness_populated'. | no | "" |
| config-file | Location of the YML config file. | no | dbt-bouncer.yml |
| only | Limit the checks run to specific categories, comma-separated. Examples: 'manifest_checks', 'catalog_checks,manifest_checks'. | no | "" |
| output-file | Name of the file where check metadata will be saved. | no | "" |
| output-format | Format for the output file or stdout. One of: csv, json, junit, sarif, tap. Defaults to json. | no | json |
| output-only-failures | If passed then only failures will be included in the output file. | no | false |
| send-pr-comment | true: Send a comment to the GitHub PR with a list of failed checks. false: Do not send a comment. | no | true |
| show-all-failures | Print all failures to the console. | no | false |
| verbose | Run dbt-bouncer in verbose mode. | no | false |
Outputs
no outputs