Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dbt looks for unit tests in the directories in the model-paths config #6605

Merged
merged 5 commits into from
Dec 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/reference/project-configs/model-paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ model-paths: [directorypath]
</File>

## Definition
Optionally specify a custom list of directories where [models](/docs/build/models) and [sources](/docs/build/sources) are located.
Optionally specify a custom list of directories where [models](/docs/build/models), [sources](/docs/build/sources) and [unit tests](/docs/build/unit-tests) are located.
mirnawong1 marked this conversation as resolved.
Show resolved Hide resolved

## Default
By default, dbt will search for models and sources in the `models` directory. For example, `model-paths: ["models"]`.
Expand Down
Loading