dbt-utils icon indicating copy to clipboard operation
dbt-utils copied to clipboard

Warnings in CI about not finding matching node

Open dbeatty10 opened this issue 1 year ago • 0 comments

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

  1. Run CI tests.
  2. 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

dbeatty10 avatar Jun 26 '24 18:06 dbeatty10