Original report by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell).
Requested by @mdunphy and @VyDo to make it easier to monitor multiple queued/active runs.
Need to run the run_id value through a function that transforms it (if necessary) to a "file system safe" string (no spaces, no characters that the shell considers special, perhaps ASCII only, etc.)
Original report by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell).
Requested by @mdunphy and @VyDo to make it easier to monitor multiple queued/active runs.
Need to run the
run_idvalue through a function that transforms it (if necessary) to a "file system safe" string (no spaces, no characters that the shell considers special, perhaps ASCII only, etc.)