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 depsthen running--target prodand–-target dev
I tried Googling and searching on Slack, but have not seen anyone else with the same issue.
Thanks in advance!