Skip to main content

About dbt check command

dbt check parses your project, runs checks, and reports results.

Usage

dbt check [<check-name>] [flags]
Report incorrect code

Run all enabled checks:

dbt check
Report incorrect code

Run one or more checks:

dbt check all_models_have_descriptions
dbt check all_models_have_descriptions public_models_have_owners
Report incorrect code

Passing an unknown check name fails the command. Passing a disabled check name is accepted and the check is skipped.

Was this page helpful?

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

0
Loading