Manage a Checkpoint
In this final exercise of the chapter, you'll use the same Renewable Power Generation dataset we used in the video to play around with a Checkpoint.
The Data Context has already been loaded with some Checkpoints. Great Expectations and pandas are available as gx and pd, respectively.
Cet exercice fait partie du cours
Introduction to Data Quality with Great Expectations
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# List Checkpoints
checkpoints = context.checkpoints.____()
print(checkpoints)