vitess icon indicating copy to clipboard operation
vitess copied to clipboard

Feature Request: export vtctldclient VDiffShow summarization code

Open mdlayher opened this issue 5 months ago • 0 comments

Feature Description

When executing vtctldclient vdiff show, a summary is generated based on the raw RPC outputs containing query rows, fields, etc. This summary is useful for humans using the CLI, but is also useful for automating the VDiff flow. Being able to import the summary logic as a library means that callers don't need to parse the entire VDiffShowResponse type to generate a report similar to vtctldclient.

Use Case(s)

Creating workflow automation tooling in Go, and being able to programmatically check the validity of workflows via VDiff.

mdlayher avatar Sep 13 '24 16:09 mdlayher