rw-book-cover

Metadata

Highlights

Add a view between downstream consumers and the model being tested. The steps are as follows.

  1. Create a view between the tested model and downstream consumers.
  2. Give the view a where clause based on a date or timestamp.
  3. Whenever the view runs, update the date or timestamp.
  4. If tests fail, then the dependent view will not run, thus retaining the last known good date or timestamp. (View Highlight)