artem_vysotsky
12/06/2021, 5:54 PMaaronsteers
12/06/2021, 7:39 PMflorian.hines
12/06/2021, 7:50 PMflorian.hines
12/06/2021, 7:51 PMartem_vysotsky
12/07/2021, 6:21 PMjeff_crooks
12/08/2021, 3:36 PMmichel_ebner
12/09/2021, 9:08 AMraphael_krupinski
12/10/2021, 9:50 PMartem_vysotsky
12/14/2021, 12:44 AMdbt tests
I see test and monitoring as complimentary quality assurance strategies analogous to unit/functional tests and observability tools like datadog in app development. Having one does not automatically exclude the other. So I'd like to have both dbt tests and also production live monitoring that, for instance notifies on sudden drop of row counts in a table. Capturing row count drop is not possible with dbt tests in my understanding, as it requires knowledge of the historical row count.