Create a Checkpoint
In this exercise, you'll practice creating and running a Checkpoint. A Validation Definition has already been assigned to the validation_definition
variable, and the Renewable Power Generation pandas DataFrame has been read into a variable called dataframe
. Great Expectations and pandas are available as gx
and pd
, respectively.
Diese Übung ist Teil des Kurses
Introduction to Data Quality with Great Expectations
Interaktive Übung
Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.
# Create Checkpoint
checkpoint = gx.____(
name=____,
validation_definitions=[____]
)