Hacker News new | ask | show | jobs
by michalg 1461 days ago
Can you diff a table with a view? Or only tables are supported?
1 comments

If they are materialized into a table, they will work! Diffing queries is not supported yet.

data-diff only relies on a `sum(md5(concat(col1, col2)))` aggregation as well as `min(id), max(id)` to get the id bookends.