GoogleCloudPlatform / GoogleCloudPlatform/cloud-data-quality

make yaml parsing more robust

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.