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

Demo that config setting for unit tests are broken #46

Conversation

QMalcolm
Copy link

@QMalcolm QMalcolm commented Jun 13, 2024

Demo

I've added two config paths in the dbt_project.yaml for unit tests. Both are valid. However, if you run dbt parse you will see the following:

(venv) quigleymalcolm@Quigley-Malcolm jaffle-shop % dbt parse                                                                 
22:56:16  Running with dbt=1.8.2
22:56:16  Registered adapter: postgres=1.8.1
22:56:16  [WARNING]: Configuration paths exist in your dbt_project.yml file which do not apply to any resources.
There are 3 unused configuration paths:
- seeds.jaffle_shop
- unit_tests.jaffle_shop
- unit_tests.jaffle_shop.marts.order_items.test_supply_costs_sum_correctly
22:56:16  Performance info: /Users/quigleymalcolm/Developer/dbt-labs/jaffle-shop/target/perf_info.json

Note

The only lines here that are incorrect are the two beginning - unit_tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant