Consolidate Python Label Flag Handling
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
Python GoogleCloudOptions \--labels flag ([https://github.com/apache/beam/blob/master/sdks/python/apache_beam/options/pipeline_options.py#L371](https://github.com/apache/beam/blob/master/sdks/python/apache_beam/options/pipeline_options.py#L371)) ) diverges from the Java and Go implementations and should have its functionality consolidated. Java and Go expect \--labels=; python allows passing multiple \--label x=y (or \--labels x=y) flags.
Given that this flag has already been included in a released Python SDK, fixing this bug either requires addition of a new flag or detection of format for existing flag. This decision is left to the discretion of the implementer.
Imported from Jira [BEAM-4243](https://issues.apache.org/jira/browse/BEAM-4243). Original Jira may contain additional context.
Reported by: jaku.
Contributor guide
Assessment
This issue has not been assessed yet.