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?
-
run_name
is taken from oldrun_id
. If run_id can be parsed as datetime, it’s also used forrun_time
, otherwiserun_time
is generated from the creation date of file.
2 . A consequence is that, in many cases,run_name
andrun_time
will be the same - 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