You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd integration_tests
dbt build --select +test_dedupe
or
cd integration_tests
dbt build --select +test_deduplicate
Expected results
The relevant test would run.
Actual results
Neither example runs the relevant test.
For the first example, it gives this warning:
01:40:33 [WARNING]: Test 'test.dbt_utils_integration_tests.dbt_utils_equality_test_dedupe_ref_data_deduplicate_expected_.2275e15126' (models/sql/schema.yml) depends on a node named 'test_dedupe' which was not found
Are you interested in contributing the fix?
I'm your huckleberry.
The text was updated successfully, but these errors were encountered:
Describe the bug
This is one instance within #558
The
deduplicate
macro is untested because this code refers totest_dedupe
rather thantest_deduplicate
:Steps to reproduce
cd integration_tests dbt build --select +test_dedupe
or
cd integration_tests dbt build --select +test_deduplicate
Expected results
The relevant test would run.
Actual results
Neither example runs the relevant test.
For the first example, it gives this warning:
Are you interested in contributing the fix?
I'm your huckleberry.
The text was updated successfully, but these errors were encountered: