Skip to content

Warning appearing since dbt-core 1.11 #556

@rpradal

Description

@rpradal

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?

  • postgres
  • redshift
  • [ x ] bigquery
  • snowflake
  • trino/starburst
  • other (specify: ____________)

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriage

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions