Valentyn Tymofieiev created BEAM-13578:
------------------------------------------
Summary: Enforce lists when specifying repeatable pipeline options
programmatically
Key: BEAM-13578
URL: https://issues.apache.org/jira/browse/BEAM-13578
Project: Beam
Issue Type: Bug
Components: sdk-py-core
Reporter: Valentyn Tymofieiev
Assignee: Andy Ye
When users set a repeatable option as a string programmatically, for example:
beam_options = PipelineOptions(experiments='use_runner_v2') , the value string
is incorrectly converted into a list ['u', 's', 'e', ...]
--
This message was sent by Atlassian Jira
(v8.20.1#820001)