Hello there
Limit Validation Results in Data Docs | Great Expectations
About this topic, is still available, in 1.11.3, validation_result_limit parameter in project config?
Hello there
Limit Validation Results in Data Docs | Great Expectations
About this topic, is still available, in 1.11.3, validation_result_limit parameter in project config?
Hi there,
Have you tried to configure this setting within the site_config object as referenced here: Configure Data Docs | Great Expectations ?
E.g.,
site_config = {
"class_name": "SiteBuilder",
"site_index_builder": {
"class_name": "DefaultSiteIndexBuilder",
"validation_results_limit": 5
},
"store_backend": {
"class_name": "TupleFilesystemStoreBackend",
"base_directory": base_directory,
},
}