DataflowJavaSDK
DataflowJavaSDK copied to clipboard
Properly handle Slash '/' characters in SDK custom step names
trafficstars
There are some cases where the SDK will allow step names to be defined with the Slash '/' character. These should be handled in the SDK so that steps are not defined with '/' characters in their name which is normally used to encode hierarchical information about steps.
Some ideas are to: Escape the characters Disallow them on job creation