piperider icon indicating copy to clipboard operation
piperider copied to clipboard

Expand CLI to use Piperider for diffing two datasets through profiling report.

Open Vfisa opened this issue 2 years ago • 0 comments

I have two tables, one is a result of updated process/code change and I want to perform diff through profiling. It should be fairly easy to perform profiles for both tables and then compare them. something like:

piperider compare --source "in.c-data-diff-prep"."orders" --destination "in.c-data-diff-prep"."changed_orders"

This would radically simplify the whole process. Thanks!

Vfisa avatar May 12 '23 16:05 Vfisa