Describe the bug
Since i updated my dbt-core to 1.11 i have the following warning when running a build
[WARNING]: The node 'fct_undocumented_models'in package 'dbt_project_evaluator' depends on the root project node 'seed.ekie_datawarehouse.dbt_project_evaluator_exceptions'.This may lead to unexpected cycles downstream. Please set the 'require_ref_prefers_node_package_to_root' behavior change flag to True to avoid this issue.For more information, see the documentation at https://docs.getdbt.com/reference/global-configs/behavior-changes#require_ref_prefers_node_package_to_root
Steps to reproduce
Install dbt_project_evaluator on a project with dbt-core v 1.11. Run dbt compile
Expected results
No warning should appear
Actual results
A warning appear
System information
The contents of your packages.yml file:
Which database are you using dbt with?
The output of dbt --version:
Core:
- installed: 1.11.2
- latest: 1.11.2 - Up to date!
Plugins:
- bigquery: 1.11.0 - Up to date!
Describe the bug
Since i updated my dbt-core to 1.11 i have the following warning when running a build
Steps to reproduce
Install dbt_project_evaluator on a project with dbt-core v 1.11. Run
dbt compileExpected results
No warning should appear
Actual results
A warning appear
System information
The contents of your
packages.ymlfile:Which database are you using dbt with?
The output of
dbt --version: