godatadriven/dbt-bouncer

Configure and enforce conventions for your dbt project.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
checkLimit the checks run to specific check names, comma-separated. Examples: 'check_model_has_unique_test', 'check_model_names,check_source_freshness_populated'.no""
config-fileLocation of the YML config file.nodbt-bouncer.yml
onlyLimit the checks run to specific categories, comma-separated. Examples: 'manifest_checks', 'catalog_checks,manifest_checks'.no""
output-fileName of the file where check metadata will be saved.no""
output-formatFormat for the output file or stdout. One of: csv, json, junit, sarif, tap. Defaults to json.nojson
output-only-failuresIf passed then only failures will be included in the output file.nofalse
send-pr-commenttrue: Send a comment to the GitHub PR with a list of failed checks. false: Do not send a comment. notrue
show-all-failuresPrint all failures to the console.nofalse
verboseRun dbt-bouncer in verbose mode.nofalse

no outputs