analyst-collective / analytics

Open source data models and analysis.
Apache License 2.0
46 stars 11 forks source link

Need to consolidate test results into a single table #17

Closed henryhund closed 8 years ago

henryhund commented 8 years ago

We should consolidate tests into a single table. Right now, we have many stub views created for each set of transformations/analyses. We should create a single test table, if it doesn't exist, and append or replace results from each of the tests, resulting in a central place where test results can be reviewed.

jthandy commented 8 years ago

This is more likely to happen in dbt. Currently, the runner doesn't actually run tests, but we need to modify it so that it does.