All unit_test
configs in dbt_project.yaml
are incorrectly identified as being unused
#10311
Closed
2 tasks done
Labels
Is this a new bug in dbt-core?
Current Behavior
Currently, if you specify and config for unit tests in
dbt_project.yaml
you get a warning for them as being unused even if they are. Notably, they will still be used, but a warning is produced that they are not. An example can be seen here dbt-labs/jaffle-shop#46Expected Behavior
A warning should not be produced for used unit_test config paths
Steps To Reproduce
dbt parse
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
dbt-postgres
Additional Context
No response
The text was updated successfully, but these errors were encountered: