Validation Report#
You can obtain validation reports using FeatureGroup.validate, FeatureGroup.insert, FeatureGroup.get_latest_validation_report, and FeatureGroup.get_all_validation_reports.
[source] ValidationReport #
Metadata object representing a validation report generated by Great Expectations in the Feature Store.
[source] evaluation_parameters property writable #
Evaluation parameters field of the validation report which store kwargs of the validation.
[source] ingestion_result property writable #
ingestion_result: str
Overall success of the validation run together with the ingestion validation policy, indicating if dataframe was ingested or rejected.
[source] meta property writable #
Meta field of the validation report to store additional informations.
[source] results property writable #
results: list[ValidationResult]
List of expectation results obtained after validation.