-
(Just capturing ideas:)
Option 1: Use a single example to define schemas and catch errors
Option 2: Use a tool like https://github.com/23andMe/Yamale
jlevy updated
6 years ago
-
I wanted to use Yamale to validate all YAML files in my Github repository.
But Yamale also wants to validate my `.github/workflows/CI.yml` file.
Can you introduce a command line option to disabl…
-
Hi @mildebrandt and the other contributors.
First thank you for this amazing library.
I honestly think this should be the standard way to validate YAML schema.
It would be amazing if you can reach …
-
## Objective
Pass entire object to Custom Validator method **_is_valid** e.g _is_valid(self, value, root)
## Example
You may encounter the use case as such
/document.yaml
```yaml
owner: …
-
At the moment diagnostic settings are validated inside the diagnostic script and default values are also provided there. This means that every diagnostic script needs to provide it's own validation co…
-
Imagine I have files in several folders, where each folder was a US state name (tennessee, virginia, massachusetts), and inside each of them contained a yaml file with the following contents:
```
…
-
I want to validate value of a property based on the value of another property's value. Is it possible to do with yamale?
-
Right now we have a number of places that do something like
```python
msg = "Some error message"
error_channel.log(msg)
raise ValueError(msg)
```
but that way `journal` is set up, anything lo…
-
While testing noted multiple issues with the runconfig file:
1. I do not find the location to update:
landcover_file: input_dir/*TBD*.tif
worldcover_file: input_dir/*TBD*.tif
2. I have execut…
-
Hi,
I'm developing a new recipe from scratch and I forgot an important field in my recipe, which causes ESMValCore to break with the following message below. Here's the full message:
```
2021-04-…