Upgrading to 0.11.x or later using `great_expectations project upgrade`: how are `run_id` and `run_name` populated?

What happens to the run_id and run_name for Validation Results when upgrading to GE 0.11.x or later using great_expectations project upgrade command? Are they upgraded automatically, or does it require manual intervention?

  1. run_name is taken from old run_id. If run_id can be parsed as datetime, it’s also used for run_time, otherwise run_time is generated from the creation date of file.
    2 . A consequence is that, in many cases, run_name and run_time will be the same
  2. During this process the upgrader will log everything it does, so the specific changes can be access in the log files

More details on the upgrader logic can be found in the source code