GoogleCloudPlatform/cloud-data-quality
Ver no GitHubmake yaml parsing more robust
Open
#3 aberto em 3 de abr. de 2021
enhancementgood first issuehelp wanted
Métricas do repositório
- Stars
- (280 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
pyyaml has the Norway problem.
We should consider whether to replace it with:
- ruamel.yaml which uses the yaml 1.2 standards
- load in everything as string with strictyaml