How to get run_time in validation result in GX V1

We are migrating from V0 to V1. In V0 validation result we used to get meta.run_id.run_time but in V1 validation result we are not getting runtime. please guide on how to get run_time in V1 validation result. If possible, please share sample code snippet

hi @Jyoti_Thakkar, thanks for reporting this. Are you using a ValidationDefinition or a Checkpoint to create the validation result? We’re aware of an issue with the run_id being missing in ValidationResults created by ValidationDefinition.run, and are planning to fix it soon.

as of GX 1.3.5, SuiteValidationResults.meta.run_id.run_time should always be available.