DataflowJavaSDK icon indicating copy to clipboard operation
DataflowJavaSDK copied to clipboard

Properly handle Slash '/' characters in SDK custom step names

Open ajamato opened this issue 9 years ago • 0 comments
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

ajamato avatar Dec 16 '15 22:12 ajamato