Rjdudley
Honored Contributor

You can do all of this yourself with a testing workflow.  You can create your data in a notebook or keeping a backup copy of tables, and copy them fresh for your tests.  This would be the first step of the workflow.  Then call your notebooks.  Your comparison can be simple SQL statements which write mis-matches to testing failures tables which you can review.

If you do want a framework, have a look at GitHub - microsoft/nutter: Testing framework for Databricks notebooks.