Skip to main content

check-paths

dbt_project.yml
check-paths: [directorypath]
Report incorrect code

Definition

Specify custom directories where dbt looks for checks.

Default

By default, dbt looks for checks in the checks directory.

dbt_project.yml
check-paths: ["checks"]
Report incorrect code

Examples

Use a subdirectory named project_rules instead of checks:

dbt_project.yml
check-paths: ["project_rules"]
Report incorrect code

Use multiple directories:

dbt_project.yml
check-paths: ["checks", "shared_checks"]
Report incorrect code

Was this page helpful?

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

0
Loading