[
https://issues.apache.org/jira/browse/BEAM-9093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17014725#comment-17014725
]
Heejong Lee commented on BEAM-9093:
-----------------------------------
I think this is WAI not a bug. There are two options '--no_use_public_ips' and
'--use_public_ips' which turn on and off the flag 'use_public_ips'. When users
use the second parameter of PipelineOptions, it's supposed to directly override
flags not options.
> Pipeline options which with different underlying store variable does not get
> over written
> -----------------------------------------------------------------------------------------
>
> Key: BEAM-9093
> URL: https://issues.apache.org/jira/browse/BEAM-9093
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Ankur Goenka
> Priority: Major
>
> Example:
> PipelineOptions(flags=[],**\{'no_use_public_ips': True,})
> Expectation: use_public_ips should be set False.
> Actual: the value is not used as its not passed through argparser
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)