Let's say I have a job with 10 workflows. In my first workflow, I have a varchar which is length 10.
However, I realize that I really need it to be length 20.
Because this value was used in many queries/file formats, I now have to update the usage in every query/file format throughout the rest of the job.
Is there any way to do this faster than individually updating it?