You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
adrian-damaschin
changed the title
Getting issues with reconcile ref names form dbt-core with generated ref names from dbt-unit-testing
The dbt-unit-testing ref implementation cannot go through dbt-config and dispatch.
Sep 6, 2023
Just to clarify, This means that my project compiles properly without unit-test run. but when adding the tag, compilation fails because of deactivated models in dbt_project.yml
Hi team,
When adding DBT-UNIT-TESTING implementation our project cannot compile anymore.
We use a combination of 2 projects:
we have some cases when we have a double model implementation with the same name one in core one in client.
For these cases we use dbt config to sort through how these models are picked up:
and also disable the core models where needed:
In these cases the overridden ref function cannot handle dispatch because of the
https://github.com/EqualExperts/dbt-unit-testing/blob/master/macros/overrides.sql#L2
instruction which cannot work through the dbt dispatch config and search for the second model.
The text was updated successfully, but these errors were encountered: