RunIdentifier
- class great_expectations.core.RunIdentifier(run_name: Optional[str] = None, run_time: Optional[Union[datetime.datetime, str]] = None)#
-
A RunIdentifier identifies a run (collection of validations) by run_name and run_time.
- Parameters:
-
-
run_name – a string or None.
-
run_time – a Datetime.datetime instance, a string, or None.
-
- to_json_dict() Dict[str, Optional[Union[Dict[str, JSONValues], List[JSONValues], str, int, float, bool]]] #
-
Returns a JSON-serializable dict representation of this RunIdentifier.
- Returns:
-
A JSON-serializable dict representation of this RunIdentifier.