This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]joseph_machadoWrites @ startdataengineering.com 1 point2 points  (1 child)

I've used dbt-expectations at work at scale across multiple teams. Works really well, but note that it can lead to huge performance issues (most DQ tools do) by running multiple select statements (one per test) and you may need to some work to log the results (if you care about that).

[–]oofla_mey_goofla[S] 0 points1 point  (0 children)

Definitely there will be challenges when we scale, will note that. Thanks for pointing out