(Posted in Slack, reposting here)
If I want to test all of my tables, each of which has an expectation suite associated with it, is it better to use a single checkpoint with multiple batches, or a checkpoint for each table-expectation pair?
My current approach is to have a single checkpoint covering every table in dev, and ditto for prod. I was wondering if there are tradeoffs or disadvantages here that I’m not aware of?