-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.1.0-incubating
-
Component/s: sdk-java-core
-
Labels:
Right now, --update PipelineOption is part of the DataflowPipelineDebugOptions. It doesn't have anything to do with "debugging".
The entire DataflowPipelineDebugOptions is marked Internal and @Hidden.
@Hidden will make it not appear in '--help'.
Internal will make it marked as such in Javadoc.