Skip to main content
Version: 1.3.7

ActionContext

Signature

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.

Methods

Signature

filter_results(class_: Type[great_expectations.checkpoint.actions.ValidationAction])list[dict]

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

Parameters

NameDescription

class

The class to filter by.

Returns

TypeDescription

list[dict]

A list of action results.