ActionContext
Shared context for all Actions in a Checkpoint run. Note that order matters in the Action list, as the context is updated with each Action's result.
Filter the results of the actions in the context by class.
Parameters
Name Description class
The class to filter by.
Returns
Type Description list[dict]
A list of action results.
Signature
class great_expectations.checkpoint.ActionContext
Methods
Signature
filter_results(class_: Type[great_expectations.checkpoint.actions.ValidationAction]) → list[dict]