Ahmet Altay created BEAM-1318:
---------------------------------
Summary: PipelineOptions should warn if there are unused options
Key: BEAM-1318
URL: https://issues.apache.org/jira/browse/BEAM-1318
Project: Beam
Issue Type: New Feature
Components: sdk-py
Reporter: Ahmet Altay
Priority: Minor
Since PipelineOptions uses argparse, it is possible that some options are
actually consumed by the program. In that case a better usage pattern would be
to pass only unconsumed options to PipelineOptions but we cannot enforce this.
This cannot be an error because of the above reason, but we can show a warning.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)