Tagged in

Data

Dataform
Dataform
Dataform is the simplest way to manage your data
More information
Followers
200
Elsewhere
More, on Medium

Great data teams build products

In my current role as CTO at Dataform, I spend a lot of time speaking to data teams around the world, the challenges they are facing and the problems they encounter.

Of the many trends we’ve observed one of the most striking is that the best teams…


How to write unit tests for your SQL queries

I’ve previously written about how I think we should prefer writing processing pipelines in pure SQL. However, a big difference between SQL and more widely-used languages is that those other languages generally have a strong tradition of unit testing.