piperider
piperider copied to clipboard
Expand CLI to use Piperider for diffing two datasets through profiling report.
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!