top of page
Dataform Unit Tests
What's the issue?
Dataform is a powerful transformation tool used by Data Engineers by businesses all over the world to easily model their raw business data into usable, consumable data for dashboards, CRM software, ML model training and more. However, unit testing is a critical feature not yet available off-the-shelf.
This leaves a hole in your data model development as you are releasing untested models into production and hoping that your model covers all the use cases you can think of.
Dataform Unit Tests takes the guess work out of this by letting you define which types of data your model should handle and validates your Dataform model in isolation, pre-production.
bottom of page
