Get startedGet started for free

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.

This exercise is part of the course

Introduction to Data Quality with Great Expectations

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# List Checkpoints
checkpoints = context.checkpoints.____()
print(checkpoints)
Edit and Run Code