Validate py cloud options the "right" way
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
When I implemented [1], I somehow missed the options validator [2]
[1] [https://github.com/apache/beam/blob/24e9cedcc768d901de795477fa78c7f357635671/sdks/python/apache_beam/options/pipeline_options.py#L517-L524](https://github.com/apache/beam/blob/24e9cedcc768d901de795477fa78c7f357635671/sdks/python/apache_beam/options/pipeline_options.py#L517-L524)
[2] [https://github.com/apache/beam/blob/3115bab6e7a81cc1871d7749914e5a126bb5a2fb/sdks/python/apache_beam/options/pipeline_options_validator.py](https://github.com/apache/beam/blob/3115bab6e7a81cc1871d7749914e5a126bb5a2fb/sdks/python/apache_beam/options/pipeline_options_validator.py)
Imported from Jira [BEAM-8246](https://issues.apache.org/jira/browse/BEAM-8246). Original Jira may contain additional context.
Reported by: ibzib.
Contributor guide
Assessment
This issue has not been assessed yet.