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
Right now we call dbt run --select <stuff>... we should really be calling dbt build --select <stuff>. I tried "build"-ing a mart and found at least one example where the test failed for a small number of rows.
Criteria for Success
All marts have no errors when being called with dbt build.
Additional Information
N/A
The text was updated successfully, but these errors were encountered:
Problem Statement
Right now we call
dbt run --select <stuff>
... we should really be callingdbt build --select <stuff>
. I tried "build"-ing a mart and found at least one example where the test failed for a small number of rows.Criteria for Success
All marts have no errors when being called with
dbt build
.Additional Information
N/A
The text was updated successfully, but these errors were encountered: