kennknowles opened a new issue, #18813: URL: https://github.com/apache/beam/issues/18813
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=<json-formatted map[string]string\>; 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
