KeyError when turning on `state_modified_compare_more_unrendered_values` flag

The problem I’m having

I added this flag to my dbt_project.yml and am getting the following error when trying to run dbt build, dbt compile, etc. with no flags or anything. I am using version 1.9.4

File ".../.venv/lib/python3.12/site-packages/dbt/parser/base.py", line 391, in update_parsed_node_config     schema_key = resource_types_to_schema_file_keys[parsed_node.resource_type]                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: <NodeType.Test: 'test'>

The context of why I’m trying to do this

We have target specific configs so I want to leverage this for slim CI

What I’ve already tried

dbt build with

  • dbt clean + dbt deps then running
  • --target prod and –-target dev

I tried Googling and searching on Slack, but have not seen anyone else with the same issue. :frowning: Thanks in advance!