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
ever since we hooked tests on to models, dbt test now seems to believe that tests depend on each other, not just on their corresponding models. when I run dbt test, I no longer get consistent groups of 8 tests running simultaneously, I get groups of varying sizes, seeming to indicate that tests are running in some type of dependency order. but tests do not depend on each other.
The text was updated successfully, but these errors were encountered:
ever since we hooked tests on to models,
dbt test
now seems to believe that tests depend on each other, not just on their corresponding models. when I rundbt test
, I no longer get consistent groups of 8 tests running simultaneously, I get groups of varying sizes, seeming to indicate that tests are running in some type of dependency order. but tests do not depend on each other.The text was updated successfully, but these errors were encountered: