GoogleCloudPlatform / GoogleCloudPlatform/cloud-data-quality
make yaml parsing more robust
Open
enhancement
good first issue
help wanted
- Dominant language
- Python
- Stars
- 283
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
`pyyaml` has the [Norway problem](https://hitchdev.com/strictyaml/why/implicit-typing-removed/).
We should consider whether to replace it with:
- [ruamel.yaml](https://yaml.readthedocs.io/en/latest/pyyaml.html#defaulting-to-yaml-1-2-support) which uses the yaml 1.2 standards
- load in everything as string with [strictyaml](https://github.com/crdoconnor/strictyaml)
Contributor guide
Assessment
This issue has not been assessed yet.