I have a dataflow template that I schedule or trigger using a Google Cloud Scheduler. We change the job quite often during development that involves changes to the arguments as well. Quite often we find that trigger fails with status 400 and INVALID_ARGUMENT
. Since there are multiple arguments it becomes difficult to figure which argument that is passed is invalid.
Is there a better way to figure out which argument is causing the trigger to fail rather than manual?