check-paths
dbt_project.yml
check-paths: [directorypath]
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"]
Examples
Use a subdirectory named project_rules instead of checks:
dbt_project.yml
check-paths: ["project_rules"]
Use multiple directories:
dbt_project.yml
check-paths: ["checks", "shared_checks"]
Was this page helpful?
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
0