pycaravel: This module is designed to simplify continuous integration (CI) of data from multiple projects.
Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.
- caravel.validation.run_validation(data, validators=None, logfile=None)[source]¶
Safely run a validation plane.
- Parameters:
data : dict
the validation data.
validators : dict, default None
the validators as returned by the ‘get_validators’ function.
logfile : str, default None
the log file.
- Returns:
report : dict
the validation report.
Examples¶
Follow us