Is there a way to specify some sort of TTL for validations, to automatically remove validations that ran say over a month ago when building data docs?
Great Expectations doesn’t currently have this feature in the open source project.
Check out the post on the validation_results_limit data docs config option in case that can help for your workflow.
Does the validation_results_limit data docs config option limit the number of HTML files in the validations backend store or does it just limit the number that get included in the index? For example, if I had over 1000 validations in my validations store, would validation_results_limit: 1000 keep the number of files in data_docs/validations under 1000? and if not, is there a workaround to make sure that the website backend store doesn’t grow too large?