dbt-utils
dbt-utils copied to clipboard
Warnings in CI about not finding matching node
Describe the bug
When running CI tests, there are the following warnings:
18:20:09 [WARNING]: Did not find matching node for patch with name 'test_unpivot_original_api' in the 'models' section of file 'models/sql/schema.yml'
18:20:09 [WARNING]: Test 'test.dbt_utils_integration_tests.dbt_utils_equality_test_unpivot_original_api_ref_data_unpivot_original_api_expected_.ded9a98c93' (models/sql/schema.yml) depends on a node named 'test_unpivot_original_api' in package '' which was not found
Steps to reproduce
- Run CI tests.
- Look at log output.
Expected results
No warnings for unmatched nodes.
Actual results
Warnings for unmatched nodes.
Screenshots and log output
18:20:09 [WARNING]: Did not find matching node for patch with name 'test_unpivot_original_api' in the 'models' section of file 'models/sql/schema.yml'
18:20:09 [WARNING]: Test 'test.dbt_utils_integration_tests.dbt_utils_equality_test_unpivot_original_api_ref_data_unpivot_original_api_expected_.ded9a98c93' (models/sql/schema.yml) depends on a node named 'test_unpivot_original_api' in package '' which was not found