Open
Description
Problem Statement
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