I have a bare bones install of dbt-sqlserver installed. Have the following packages
package: dbt-labs/dbt_utils
version: 0.9.1
package: dbt-msft/tsql_utils
version: 0.8.1
and the dbt_project
dispatch:
macro_namespace: dbt_utils
search_order: ['tsql_utils', 'dbt_utils']
. When I run dbt test --no-version-check I get the error
19:08:58 Running with dbt=1.1.2
19:08:58 Unable to do partial parsing because a project dependency has been added
19:08:58 Unable to do partial parsing because a project config has changed
19:08:59 Encountered an error:
Compilation Error
In dispatch: No macro named 'any_value' found
Searched for: 'Arca.sqlserverany_value', 'Arca.default__any_value', 'dbt.sqlserverany_value', 'dbt.default__any_value'
I have a bare bones install of dbt-sqlserver installed. Have the following packages
and the dbt_project dispatch:
Not sure what to do to fix this