Skip to main content
Version: 1.3.0

ActionContext

class great_expectations.checkpoint.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_results(class_: Type[great_expectations.checkpoint.actions.ValidationAction]) list[dict]#

Filter the results of the actions in the context by class.

Parameters

class – The class to filter by.

Returns

A list of action results.